Skip to main content
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

issuer
string
Issuer identifier (https://connect.hopae.com or sandbox equivalent).
authorization_endpoint
string
URL of the /auth endpoint.
token_endpoint
string
URL of the /token endpoint.
userinfo_endpoint
string
URL of the /userinfo endpoint.
jwks_uri
string
URL of the JSON Web Key Set used to validate ID tokens.
response_types_supported
string[]
Response types supported by the authorization endpoint.
scopes_supported
string[]
Scopes you can request (must include openid).

Example

Authorization

Build the /auth request

JWKS

Retrieve signing keys (GET /jwks)