IDTokens
ID Tokens are a type of security token used in OpenID Connect to convey information about a user’s authentication to a client. They are typically JSON Web Tokens (JWTs) issued by the OpenID Provider (OP) after a user successfully authenticates, and are delivered to the relying party (RP) as part of the authentication response.
The primary purpose of an ID Token is to prove that the user has been authenticated and
A standard ID Token contains claims such as iss (issuer), sub (subject identifier for the user), aud
Validation is essential: clients must verify the token’s signature using the OP’s public keys, check that the