Authorization
header of your HTTP request as a Bearer token:
sub
(subject), which typically corresponds to the user’s loginId
.authorization details
within the payload, which may specify various claims and permissions.sub
: The subject or user identifier (usually the login ID).authorization details
: Claims that define the permissions granted to the token holder.Authorization
header of API requests.kid
(key ID) and iss
(issuer) to identify the key and issuer used for signing.
These tokens allow for more extensive permissions and can be used to manage and control various aspects of the OwnID platform through the Admin API.
Example process:
kid
) and issuer (iss
), which will be included in the JWT header for verification purposes.
Authorization
header as a Bearer token.