Annotation Interface ClaimsDefinition
ClaimsDefinition
annotation defines claims mapping in openid connect
client configuration. Expression Language
Expressions in attributes of type String
are evaluated.
- Author:
- jGauravGupta, Rudy De Busscher
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionMaps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validateMaps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate
-
Element Details
-
callerNameClaim
String callerNameClaimMaps the callerNameClaim's value to caller name value in jakarta.security.enterprise.identitystore.IdentityStore#validate- Returns:
- Claim name to be used as caller.
- Default:
- "preferred_username"
-
callerGroupsClaim
String callerGroupsClaimMaps the callerGroupsClaim's value to caller groups value in jakarta.security.enterprise.identitystore.IdentityStore#validate- Returns:
- Claim name to be used as caller Group.
- Default:
- "groups"
-