Open ID Connect
OpenID Connect and OAuth2 endpoints.
The discovery, authorization, token, and JWKS endpoints are served by Ory Hydra at the root domain (https://identity.eurofurence.org), not under /api/v2.
📄️ OpenID Connect Discovery
Returns the OpenID Connect discovery document containing metadata about the authorization server,
📄️ Authorization Endpoint
The OAuth 2.0 authorization endpoint. Initiates the authorization code flow by redirecting the user to the login and consent screens.
📄️ Token Endpoint
Exchange an authorization code for access and refresh tokens, or refresh an existing token.
📄️ JSON Web Key Set
Returns the public keys used to verify ID tokens and other signed JWTs issued by the authorization server.
📄️ Get userinfo
Returns identity claims for the authenticated user based on granted scopes.
📄️ Introspect token
Check if an access or refresh token is active. Returns token metadata if active.