Context OpenID Connect (OIDC) ID Token
Holds the ID information about a user who was authorized via OIDC, if configured and available.
Properties
issuer
string
Holds the iss property of the ID Token.
audience
string
Holds the aud property of the ID Token.
subject
string
Holds the sub property of the ID Token.
expiry
datetime
Date when this token will expire. You will never get a token where this value is in the past.
issuedAt
datetime
Holds the iat property of the ID Token.
nonce
string
Can hold the nonce property of the ID Token.
accessTokenHash
string
Can hold the at_hash property of the ID Token.
*
any
Any other possible value which was added to the ID Token can be referenced. Like: idToken.groups or idToken.tid. This depends on the Identity Provider itself, see IdP specific documentation.