Configure IAM Federation
As an organization, to begin using Identity Provider (IDP) to log in to the DCD, follow these steps:
Request Domain Ownership
Using the API, the organization must request domain ownership. This domain ownership establishes a connection between the organization and its IDP.
Onboard Identity Provider
1. Onboard the organization IDP. To do so, Create Identity Provider using the API.
2. Depending on the IDP type, you must provide the following details to IONOS Cloud:
client_id: Your OIDC client ID.
client_secret: The client secret key.
Configuration from IONOS Cloud
Upon receipt of the discovery endpoint from the organization, IONOS Cloud performs the following actions:
Verifies the domain ownership.
Verifies the discovery endpoint.
Creates the IDP using the configuration in the discovery endpoint.
Links the IDP to the domain to be used by the user accounts in that domain.
Result: The organization IDP is successfully onboarded to IONOS Cloud.
Discovery endpoint
From the OIDC discovery endpoint, the following details are considered to configure the IAM Federation by IONOS Cloud:
issuer: The URL of the OIDC issuer.
authorization_endpoint: The URL of the authorization endpoint.
token_endpoint: The URL of the token endpoint.
userinfo_endpoint: The URL of the user info endpoint.
jwks_uri: The URL of the JSON Web Key Set (JWKS).
client_id: The client ID of the OIDC client.
client_secret: The client secret of the OIDC client.
For more information on the OIDC discovery endpoint, refer to the OpenID Connect 1.0 Documentation.
Last updated
Was this helpful?