Class IdTokenClaimNames
java.lang.Object
org.springframework.security.oauth2.core.oidc.IdTokenClaimNames
The names of the "claims" defined by the OpenID Connect Core 1.0
specification that can be returned in the ID Token.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringacr- the Authentication Context Class Referencestatic final Stringamr- the Authentication Methods Referencesstatic final Stringat_hash- the Access Token hash valuestatic final Stringaud- the Audience(s) that the ID Token is intended forstatic final Stringauth_time- the time when the End-User authentication occurredstatic final Stringazp- the Authorized party to which the ID Token was issuedstatic final Stringc_hash- the Authorization Code hash valuestatic final Stringexp- the Expiration time on or after which the ID Token MUST NOT be acceptedstatic final Stringiat- the time at which the ID Token was issuedstatic final Stringiss- the Issuer identifierstatic final Stringnonce- aStringvalue used to associate a Client session with an ID Token, and to mitigate replay attacks.static final Stringsub- the Subject identifier -
Method Summary
-
Field Details
-
ISS
iss- the Issuer identifier- See Also:
-
SUB
sub- the Subject identifier- See Also:
-
AUD
aud- the Audience(s) that the ID Token is intended for- See Also:
-
EXP
exp- the Expiration time on or after which the ID Token MUST NOT be accepted- See Also:
-
IAT
iat- the time at which the ID Token was issued- See Also:
-
AUTH_TIME
auth_time- the time when the End-User authentication occurred- See Also:
-
NONCE
nonce- aStringvalue used to associate a Client session with an ID Token, and to mitigate replay attacks.- See Also:
-
ACR
acr- the Authentication Context Class Reference- See Also:
-
AMR
amr- the Authentication Methods References- See Also:
-
AZP
azp- the Authorized party to which the ID Token was issued- See Also:
-
AT_HASH
at_hash- the Access Token hash value- See Also:
-
C_HASH
c_hash- the Authorization Code hash value- See Also:
-