bd5a5f406bca
Get Authorization Server Metadata
Proxies the OAuth 2.1 authorization server metadata from PropelAuth, including the dynamic client registration endpoint required by MCP clients.
Response
Authorization Server Metadata
URL of the authorization server's authorization endpoint. This is REQUIRED unless no grant types are supported that use the authorization endpoint
JSON array containing a list of Proof Key for Code Exchange (PKCE) code challenge methods supported by this authorization server
JSON array containing a list of the OAuth 2.0 grant type values that this authorization server supports
URL of the authorization server's OAuth 2.0 introspection endpoint
JSON array containing a list of client authentication methods supported by this introspection endpoint
JSON array containing a list of the JWS signing algorithms supported by the introspection endpoint for the signature on the JWT used to authenticate the client
The authorization server's issuer identifier, which is a URL that uses the "https" scheme and has no query or fragment components
URL of the authorization server's JWK Set document. The referenced document contains the signing key(s) the client uses to validate signatures
URL that the authorization server provides to the person registering the client to read about the authorization server's requirements on how the client can use the data
URL that the authorization server provides to the person registering the client to read about the authorization server's terms of service
URL of the authorization server's OAuth 2.0 Dynamic Client Registration endpoint
JSON array containing a list of the OAuth 2.0 "response_mode" values that this authorization server supports
JSON array containing a list of the OAuth 2.0 "response_type" values that this authorization server supports
URL of the authorization server's OAuth 2.0 revocation endpoint
JSON array containing a list of client authentication methods supported by this revocation endpoint
JSON array containing a list of the JWS signing algorithms supported by the revocation endpoint for the signature on the JWT used to authenticate the client
JSON array containing a list of the OAuth 2.0 "scope" values that this authorization server supports
URL of a page containing human-readable information that developers might want or need to know when using the authorization server
Signed JWT containing metadata values about the authorization server as claims
URL of the authorization server's token endpoint. This is REQUIRED unless only the implicit grant type is supported
JSON array containing a list of client authentication methods supported by this token endpoint
JSON array containing a list of the JWS signing algorithms ("alg" values) supported by the token endpoint for the signature on the JWT used to authenticate the client
Languages and scripts supported for the user interface, represented as a JSON array of language tag values from BCP 47
URL of the authorization server's userinfo endpoint