OIDC discovery document
/.well-known/openid-configurationOIDC 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
curl -X GET "https://auth.canopy-io.com/.well-known/openid-configuration"
HTTP/1.1 200 (empty body)
Tell us how we can improve this guide.