1. Docs
  2. API Reference
  3. OIDC discovery document

OIDC discovery document

GET/.well-known/openid-configuration

OIDC discovery document (GET /.well-known/openid-configuration). Returns the unwrapped provider metadata: the issuer, the authorization, token, userinfo, JWKS, and revocation endpoints, and the supported capabilities — response_types_supported (code), grant_types_supported (authorization_code, refresh_token), id_token_signing_alg_values_supported (RS256), scopes_supported (openid, profile, email, org, permissions), and code_challenge_methods_supported (S256).

Responses

200
Request
curl -X GET "https://auth.canopy-io.com/.well-known/openid-configuration"
Response
HTTP/1.1 200

(empty body)
Related endpoints Was this page helpful?

Tell us how we can improve this guide.