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

ParameterSetting
OAuth URLhttps://<yourIdPDomain>/oauth2/default/v1/authorize
Token URLhttps://<yourIdPDomain>/oauth2/default/v1/token
UserInfo URLhttps://<yourIdPDomain>/oauth2/default/v1/userinfo
JWKS URLhttps://<yourIdPDomain>/oauth2/default/v1/keys
Logout URLhttps://<yourIdPDomain>/oauth2/default/v1/logout
Client IDUse the client ID assigned when you added the application to your IdP
Client SecretUse the client secret assigned when you added the application to your IdP
HYPR URLThe relying party URL for your HYPR instance
User name claim attributepreferred_username | email

When you are finished, click Save Config. HYPR will now use your IdP for Control Center authentication.