OpenID Connect integration
You can use OpenID Connect (OIDC) as an authentication method for the HUMAN console. You can learn how to integrate with OIDC in this article.
Prerequisites
- Appropriate HUMAN role permissions to manage authentication methods.
- Appropriate permissions in your OIDC configuration to:
- Access your OIDC client ID and secret
- Optionally, add custom attribute mappings if you want to use a different email than the one used to log in to the IdP
Configure OpenID Connect
- From the HUMAN console, navigate to Platform Settings > Authentication.
- Select Single Sign-On (SSO) as your authentication method. Then, select OpenID Connect.
- Provide the following:
- Integration name: The name that will appear for this integration in HUMAN. This field only appears if you have more than one OIDC integration. If you only have one, this field will not appear.
- Issuer: The identity provider (IdP) URL
- Client ID: The ID for your OIDC client
- Client secret: The secret for your OIDC client
- Click Save changes.
Tip
If you need to, you can add multiple integrations by clicking Add Integration.
This sets up the OIDC integration on HUMAN’s side. Next, make sure you update your OIDC attributes configuration with HUMAN’s attributes.
Attribute mapping
HUMAN expects OIDC assertions in a specific format. If you use a different email than the one used to log in to the IdP, you may add custom attribute mappings to your OIDC attributes configuration.
Application Attribute | Description |
---|---|
username | The email address used in the portal |
Updated 4 days ago