OAuth Authorization Server Metadata (OIDC app)
GET/service/oidc/:OIDCAppName/.well-known/oauth-authorization-server
Returns OAuth 2.0 Authorization Server Metadata (RFC 8414) for the given OIDC app. Use this endpoint for OAuth 2.0 client discovery when using the OIDC flow path. Response does not include OpenID Connect-specific fields (e.g. userinfo_endpoint, claims_supported).
Request
Responses
- 200
- 400
- 403
OK: The request was successful.
Bad Request
Forbidden