Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 712:integration:saml [2026/02/20 13:50] – [Generate the SAML SP metadata] Suess, Bernhard | 712:integration:saml [2026/03/19 09:31] (current) – Doczkal, Tristan | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| After configuring the SAML SP and logged on as root, you can download the SAML SP metadata directly by navigating to the URL '' | After configuring the SAML SP and logged on as root, you can download the SAML SP metadata directly by navigating to the URL '' | ||
| - | For SP metadata generated correctly the [[712: | + | For SP metadata generated correctly the whole authentication section must be present in config.xml |
| The resulting XML file can be sent to the SAML IdP administrators and contains all information necessary to set up the trust relationship on the IdP side. After the SAML IdP has been configured with the SP metadata, users will be able to authenticate successfully with Stages through the SAML IdP. | The resulting XML file can be sent to the SAML IdP administrators and contains all information necessary to set up the trust relationship on the IdP side. After the SAML IdP has been configured with the SP metadata, users will be able to authenticate successfully with Stages through the SAML IdP. | ||
| Line 85: | Line 85: | ||
| * EntityIdfromMetadata | * EntityIdfromMetadata | ||
| - | * SingleSignOnServiceLocationFromMetadata (should be HTTPS, please see [[: | + | * SingleSignOnServiceLocationFromMetadata (should be HTTPS, please see [[: |
| * DisplayName (alternative: | * DisplayName (alternative: | ||
| Line 92: | Line 92: | ||
| for the following configuration: | for the following configuration: | ||
| - | < | ||
| + | <code -> | ||
| < | < | ||
| | | ||
| Line 184: | Line 184: | ||
| < | < | ||
| </ | </ | ||
| - | |||
| </ | </ | ||
| - | After you configured the service provider and identity provider in '' | + | After you configured the service provider and identity provider in '' |
| ===== Changing the license pool and license type for existing users ===== | ===== Changing the license pool and license type for existing users ===== | ||
| - | By default, existing users are not modified by the SAML authentication process when the SAML configuration was changed after the user had been created. However, you can set the '' | + | '' |
| ===== Configuring Stages attributes in default-matcher section with JavaScript ===== | ===== Configuring Stages attributes in default-matcher section with JavaScript ===== | ||
| - | |||
| JavaScript control flow statements (e.g. " | JavaScript control flow statements (e.g. " | ||
| Line 288: | Line 285: | ||
| Please note that the values of multi value attributes are provided to the scripts as one value as a comma separated string. | Please note that the values of multi value attributes are provided to the scripts as one value as a comma separated string. | ||
| - | ===== ===== | ||