Skip to main content
Version: 1.3.0

Get the authenticated principal

GET 

/authn/me

Returns the server-resolved principal name for the current authenticated user. The principal is derived from the JWT token using the configured principalFields and principalMapper, ensuring consistency between server-side identity and UI display.

Responses

Returns the authenticated principal information

Schema

    code int32

    Possible values: [0]

    Status code of the response

    principal string

    The server-resolved principal name of the authenticated user

Loading...