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
Modifier and TypeFieldDescriptionstatic final String
acr
- the Authentication Context Class Referencestatic final String
amr
- the Authentication Methods Referencesstatic final String
at_hash
- the Access Token hash valuestatic final String
aud
- the Audience(s) that the ID Token is intended forstatic final String
auth_time
- the time when the End-User authentication occurredstatic final String
azp
- the Authorized party to which the ID Token was issuedstatic final String
c_hash
- the Authorization Code hash valuestatic final String
exp
- the Expiration time on or after which the ID Token MUST NOT be acceptedstatic final String
iat
- the time at which the ID Token was issuedstatic final String
iss
- the Issuer identifierstatic final String
nonce
- aString
value used to associate a Client session with an ID Token, and to mitigate replay attacks.static final String
sub
- 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
- aString
value 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:
-