Class LogoutTokenClaimNames
java.lang.Object
org.springframework.security.oauth2.client.oidc.authentication.logout.LogoutTokenClaimNames
The names of the "claims" defined by the OpenID Back-Channel Logout 1.0
specification that can be returned in a Logout Token.
- Since:
- 6.2
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringaud- the Audience(s) that the ID Token is intended forstatic final Stringevents- a JSON object that identifies this token as a logout tokenstatic final Stringiat- the time at which the ID Token was issuedstatic final Stringiss- the Issuer identifierstatic final Stringjti- the JTI identifierstatic final Stringsid- the session id for the OIDC providerstatic final Stringsub- the Subject identifier -
Method Summary
-
Field Details
-
JTI
jti- the JTI identifier- See Also:
-
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:
-
IAT
iat- the time at which the ID Token was issued- See Also:
-
EVENTS
events- a JSON object that identifies this token as a logout token- See Also:
-
SID
sid- the session id for the OIDC provider- See Also:
-