API endpoints for working with the OpenID Connect protocol.
Endpoint |
---|
View userInfo Information/{customerId}/profiles/oidc/userinfoReturns user profile information from the userinfo endpoint.. |
View Your Discovery Document/{customerId}/login/.well-known/openid-configurationReturns the discovery document, a set of OIDC values that can be retrieved by a client; using these values enables OIDC clients to configure themselves. |
View Your JSON Web Keys/{customerId}/login/jwkReturns the public keys associated with your Hosted Login implementation. Hosted Login uses a private/public key system to sign identity tokens, |