Identity Provider (IdP) Settings
HYPR Control Center Advanced: Global Settings Menu
Connect HYPR to an IdP using Open ID Connect (OIDC) endpoints.

Set the required authorization URLs to the appropriate endpoints as shown in the table below. In each case, the base URL path is as follows:
https://<yourIdPDomain>/oauth2/default
Parameter | Setting |
---|---|
OAuth URL | https://<yourIdPDomain>/oauth2/default/v1/authorize |
Token URL | https://<yourIdPDomain>/oauth2/default/v1/token |
UserInfo URL | https://<yourIdPDomain>/oauth2/default/v1/userinfo |
JWKS URL | https://<yourIdPDomain>/oauth2/default/v1/keys |
Logout URL | https://<yourIdPDomain>/oauth2/default/v1/logout |
Client ID | Use the client ID assigned when you added the application to your IdP |
Client Secret | Use the client secret assigned when you added the application to your IdP |
HYPR URL | The relying party URL for your HYPR instance |
User name claim attribute | preferred_username | email |
When you are finished, click Save Config. HYPR will now use your IdP for Control Center authentication.
Updated about 1 month ago