OIDC
Discovery Document
Retrieve the OIDC discovery metadata for Hopae Connect
GET
Fetch Hopae’s OIDC discovery document to auto-configure your client with issuer metadata, endpoints, and supported capabilities.
Query Parameters
This endpoint accepts no query parameters.Response
string
Issuer identifier (
https://connect.hopae.com or sandbox equivalent).string
URL of the
/auth endpoint.string
URL of the
/token endpoint.string
URL of the
/userinfo endpoint.string
URL of the JSON Web Key Set used to validate ID tokens.
string[]
Response types supported by the authorization endpoint.
string[]
Scopes you can request (must include
openid).Example
Related Endpoints
Authorization
Build the /auth request
JWKS
Retrieve signing keys (GET /jwks)

