Get authorization server metadata
RFC 8414 authorization-server metadata. Advertises the authorize,
token, registration, and JWKS endpoints an OAuth/MCP client needs.
registration_endpoint is present only when Dynamic Client
Registration is enabled, and client_id_metadata_document_supported
is true only when Client ID Metadata Documents are enabled.
Response
OK
RFC 8414 authorization-server metadata.
"https://myapp.session.prelude.dev"
"https://myapp.session.prelude.dev/v1/session/oauth/authorize"
"https://myapp.session.prelude.dev/v1/session/oauth/token"
"https://myapp.session.prelude.dev/.well-known/jwks.json"
Present only when Dynamic Client Registration is enabled.
"https://myapp.session.prelude.dev/v1/session/oauth/register"
true when Client ID Metadata Documents (CIMD) are enabled for the app.
true