Skip to content

Commit

Permalink
Update SAML Overview documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters committed Jun 21, 2024
1 parent 1d92c54 commit 50f4982
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/plugins/authorization/SamlProviders/Overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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://<host>/ui/#login
```

### ReportPortal configuration

<MediaViewer src={require('./img/SAMLPlugin.png')} alt="SAML plugin
Expand Down

0 comments on commit 50f4982

Please sign in to comment.