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.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
This endpoint accepts no query parameters.Response
Issuer identifier (
https://connect.hopae.com or sandbox equivalent).URL of the
/auth endpoint.URL of the
/token endpoint.URL of the
/userinfo endpoint.URL of the JSON Web Key Set used to validate ID tokens.
Response types supported by the authorization endpoint.
Scopes you can request (must include
openid).Example
Related Endpoints
Authorization
Build the /auth request
JWKS
Retrieve signing keys (GET /jwks)

