User information
📄️ OpenID Connect UserInfo endpoint
Returns claims about the authenticated user. This is the GET variant of the UserInfo endpoint, as required by the OpenID Connect Core 1.0 specification.
📄️ OpenID Connect UserInfo endpoint
Returns claims about the authenticated user. This is the POST variant of the UserInfo endpoint, as required by the OpenID Connect Core 1.0 specification.
📄️ Return user claims
Returns a JSON object containing claims about the currently authenticated end-user,
📄️ Submit a user claims request
POST variant of the UserInfo endpoint as required by