Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:2.0:single_sign_on [2025/05/04 20:10] – [B. Configuring an App (Relying Party) to use SSO with Admidio] kainhofer | en:2.0:single_sign_on [2025/05/05 01:25] (current) – [C. Configuring Admidio with the Service Provider] kainhofer | ||
---|---|---|---|
Line 63: | Line 63: | ||
- Admidio will show a " | - Admidio will show a " | ||
- Select which scopes (classes of information) should be allowed to be sent to the client, and optionally select / map Admidio' | - Select which scopes (classes of information) should be allowed to be sent to the client, and optionally select / map Admidio' | ||
- | - OpenID does NOT provide any automatic configuration of the client using metadata((There is an OpenID extension for dynamic/ | + | - OpenID does NOT provide any automatic configuration of the client using metadata((There is an OpenID extension |
Line 188: | Line 188: | ||
To ensure only legitimate login requests from the real client are processed, Admidio needs the entity ID, the URL for redirect as well as the x509 certificate (if messages are cryptographically signed). The following settings are needed for setup. They MUST be consistent with the settings configured in the SAML client (SP). Many SPs provide a Metadata XML link or file with all required settings included for automatic client setup. In Admidio' | To ensure only legitimate login requests from the real client are processed, Admidio needs the entity ID, the URL for redirect as well as the x509 certificate (if messages are cryptographically signed). The following settings are needed for setup. They MUST be consistent with the settings configured in the SAML client (SP). Many SPs provide a Metadata XML link or file with all required settings included for automatic client setup. In Admidio' | ||
- | * **Metadata URL** (for automatic setup of clients): | + | * **Metadata URL** (for automatic setup of clients): |
- | * If your SP supports entering and loading the metadata | + | * If your SP provides a metadata |
- | * **IdP SAML Entity | + | * **Client |
- | * **SSO Endpoint** (where | + | * **ACS URL** (where |
- | * **SLO Endpoint** (where logout requests are sent to): https:// | + | * **Single-Log-Out URL** (optional): Backchannel endpoint to log out from all clients |
- | * **x509 Certificate** (to allow clients to verify | + | * **x509 Certificate** (to allow verification of the messages sent by the SP): PEM-format needs to be copied out from the client |
- | * **User ID**: Whether the client gets the numeric Admidio user id, the globally unique UUID, or the user's login name as user ID | + | * **User ID field**: Whether the client gets the numeric Admidio user id, the globally unique UUID, or the user's login name as user ID |
* Further **profile data/ | * Further **profile data/ | ||
* Which **roles / group memberships** are sent to the client on successful login. The data fields and groups can be mapped to different names, if the client cannot handle Admidio' | * Which **roles / group memberships** are sent to the client on successful login. The data fields and groups can be mapped to different names, if the client cannot handle Admidio' | ||
Line 276: | Line 276: | ||
===== C. Configuring Admidio with the Relying Party ===== | ===== C. Configuring Admidio with the Relying Party ===== | ||
- | <WRAP center round todo 60%> | ||
- | todo box | ||
- | </ | ||
+ | Once the client is set up to send authentication requests to Admidio, Admidio needs to be configured to respond to them. All OpenID clients (Relying Parties) are configured in the SSO Client Administration page, which can be reached from the SSO Preferences page (https:// | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | To ensure only legitimate login requests from the real client are processed, Admidio needs the entity ID and the Redirect URI. In addition, Admidio will generate a Client Secret (a random string) that needs to be copied to the client' | ||
+ | The following settings are needed for setup. They MUST be consistent with the settings configured in the OpenID Connect client (RP). | ||
+ | |||
+ | * **Client ID** (unique identifier of the client): typically the URL of the OpenID client (RP)((Some RPs use basic auth by default, which does not allow special characters in the username. In this case, the URL MUST NOT be used, as this will prevent successful login! Other OpenID clients hardcode the client ID as their URL.)) | ||
+ | * **Client Secret** (basically the client' | ||
+ | * **Redirect URI** (where the user is redirected after successful login) | ||
+ | |||
+ | * **User ID field**: Whether the client gets the numeric Admidio user id, the globally unique UUID, or the user's login name as user ID | ||
+ | * **Permitted scopes**: OpenID defines certain groups of profile data, for which permission can be granted. The RP will include the scopes it is interested in in its login request, and the OpenID Provider (OP, Admidio in our case) will return the profile fields (" | ||
+ | * Further **profile data/ | ||
+ | * Which **roles / group memberships** are sent to the client on successful login. The data fields and groups can be mapped to different names, if the client cannot handle Admidio' | ||
+ | |||
+ | In addition each client typically has settings to require sent or received SAML messages to be signed and/or encrypted to ensure a secure login process. The details depend on the capabilities of the client. Some clients do not support encryption, other require all SAML messages to be signed (for good reason!). | ||
+ | |||
+ | {{: | ||