diff --git a/docs/plugins/authorization/SamlProviders/Overview.mdx b/docs/plugins/authorization/SamlProviders/Overview.mdx index 5649ae4a8..9d3b929db 100644 --- a/docs/plugins/authorization/SamlProviders/Overview.mdx +++ b/docs/plugins/authorization/SamlProviders/Overview.mdx @@ -63,7 +63,8 @@ ReportPortal contains the SAML Plugin by default. ### Identity provider configuration -#### ReportPortal SSO initial URL +#### ReportPortal Assertion Consumer Service URL (ACS URL) + You have to provide a URL for a SAML provider to deliver SAML data to the identity federation. @@ -97,6 +98,15 @@ in the ReportPortal SAML plugin like this: - user.lastName -> LastName ``` +#### Service provider initial URL (SP-Initiated SSO) + +Some Identity Providers can request a URL for the initial login page. You can +provide the URL to the ReportPortal login page. + +```url +https:///ui/#login +``` + ### ReportPortal configuration