Connect Discovery
Simplify HyperID integration by discovering endpoints
GET /auth/realms/HyperID/.well-known/openid-configuration
Host: login.hypersecureid.com{
"issuer":"https://login.hypersecureid.com/auth/realms/HyperID",
"authorization_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/auth",
"token_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/token",
"introspection_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/token/introspect",
"userinfo_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/userinfo",
"end_session_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/logout",
...
"jwks_uri":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/certs",
...
"revocation_endpoint":"https://login.hypersecureid.com/auth/realms/HyperID/protocol/openid-connect/revoke",
...
}Last updated