User info endpoint

Returns information about the authenticated user.

An access token must be included in the HTTP Authorization header.

(Authorization: Bearer <access_token>)

Example: http://127.0.0.1:8080/oidc/tenant1/userinfo-endpoint

User info endpoint errors

Error idDescription

invalid_request

The request is NOT valid. This is usually due to missing access token.

invalid_token

The provided access token has timed out.

Last updated