Skip to content

Context OpenID Connect (OIDC) UserInfo

Holds the full user information about a user who was authorized via OIDC, if configured and available.

Properties

subject

string

Subject - Identifier for the End-User at the Issuer (see spec for more details).

profile

string

RL of the End-User's profile page. The contents of this web page SHOULD be about the End-User (see spec for more details).

email

email

End-User's preferred e-mail address (see spec for more details).

emailVerified

bool

True if the End-User's e-mail address has been verified, false otherwise. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context specific and dependent upon the trust framework or contractual agreements on which the parties are operating (see spec for more details).