curl --request GET \
--url https://public-api.sessionboard.com/oauth/.well-known/oauth-authorization-server{
"issuer": "<string>",
"authorization_endpoint": "<string>",
"token_endpoint": "<string>",
"revocation_endpoint": "<string>",
"response_types_supported": [
"<string>"
],
"grant_types_supported": [
"<string>"
],
"scopes_supported": [
"<string>"
],
"code_challenge_methods_supported": [
"<string>"
]
}Returns OAuth 2.0 Authorization Server Metadata per RFC 8414. Includes supported scopes, grant types, and endpoint URLs.
curl --request GET \
--url https://public-api.sessionboard.com/oauth/.well-known/oauth-authorization-server{
"issuer": "<string>",
"authorization_endpoint": "<string>",
"token_endpoint": "<string>",
"revocation_endpoint": "<string>",
"response_types_supported": [
"<string>"
],
"grant_types_supported": [
"<string>"
],
"scopes_supported": [
"<string>"
],
"code_challenge_methods_supported": [
"<string>"
]
}