/.well-known/oauth-authorization-server
OAuth authorization server metadata for sso.user.m7.org.
Endpoint
- Methods:
GETorHEAD - URL:
https://sso.user.m7.org/.well-known/oauth-authorization-server - Response: JSON
What it returns
In the current implementation, this endpoint returns the same metadata set as /.well-known/openid-configuration.
That includes:
- authorization endpoint
- pushed authorization request endpoint
- registration endpoint
- token endpoint
- end-session endpoint
- userinfo endpoint
- revocation endpoint
- introspection endpoint
- device authorization endpoint
- supported response, grant, PKCE, and auth-method metadata
When to use it
Use this endpoint when your OAuth client expects RFC 8414-style authorization server metadata rather than the OpenID Connect discovery document.
Notes
- If your client already consumes the OIDC discovery document, you usually do not need to fetch both.