Verify identity of current user and resolve to a principal
Obtain the principal and details of the JWT passed in the bearer token.
GET
/v1/security/oidc/whoami
curl \
--request GET 'http://localhost:9644/v1/security/oidc/whoami'
Response examples (200)
{
"id": "string",
"expire": 42
}