Annotation Type IdTokenClaims
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface IdTokenClaims
Configures claims defined at https://openid.net/specs/openid-connect-core-1_0.html#IDToken- Author:
- Jérôme Wacongne <ch4mp@c4-soft.com>
-
-
Element Detail
-
acr
String acr
- Default:
- ""
-
-
-
amr
String amr
- Default:
- ""
-
-
-
aud
String[] aud
- Default:
- {}
-
-
-
azp
String azp
- Default:
- ""
-
-
-
authTime
String authTime
- Returns:
- authentication instant formated as
DateTimeFormatter.ISO_INSTANT
- Default:
- ""
-
-
-
exp
String exp
- Returns:
- expiration instant formated as
DateTimeFormatter.ISO_INSTANT
- Default:
- ""
-
-
-
iat
String iat
- Returns:
- issue instant formated as
DateTimeFormatter.ISO_INSTANT
- Default:
- ""
-
-
-
iss
String iss
- Returns:
- to be parsed as URL
- Default:
- ""
-
-
-
jti
String jti
- Default:
- ""
-
-
-
nbf
String nbf
- Default:
- ""
-
-
-
nonce
String nonce
- Default:
- ""
-
-
-
sessionState
String sessionState
- Default:
- ""
-
-
-
sub
String sub
- Default:
- "user"
-
-