Client Info
POST/oauth2/clientinfo
Returns the lifecycle status of the OAuth client that authenticates this request: an OIDC-style userinfo for the client itself. The caller authenticates as the client via client_secret (HTTP Basic or form body) or private_key_jwt; no bearer token and no scope are required. Self-only: the response always describes the authenticated client. A deleted, deactivated, or secret-mismatched client returns 401 invalid_client.
Request
Responses
- 200
- 401
Client status
Invalid or missing client authentication (invalid_client)