Skip to content

Commit

Permalink
address metatype properties review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arunavemulapalli committed Nov 10, 2023
1 parent d536dca commit f482481
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,6 @@ tokenRequestOriginHeader=Token request origin header
tokenRequestOriginHeader.desc=Specifies the value to use in the Origin HTTP header that is included in the HTTP POST request to the token endpoint of the OpenID Connect provider. If not specified, an Origin HTTP header is not included in the request.

tokenOrderToFetchCallerClaims=Specify one or more tokens to fetch caller claims
tokenOrderToFetchCallerClaims.desc=Specifies the order of the token/s to fetch the caller name and group claim values. If the claim does not exist in the first token, then the OpenID Connect client will continue the search with other tokens in the list
tokenOrderToFetchCallerClaims.IDToken=Use IDToken only to determine the caller claims
tokenOrderToFetchCallerClaims.ACCESSAndIDAndUITokens=Use AccessToken, IDToken and Userinfo tokens in this order, to determine the caller claims.
tokenOrderToFetchCallerClaims.desc=Specifies token order to fetch the caller name and group claim values. If the claim does not exist in the first token, then the OpenID Connect client continues the search with other tokens in the list.
tokenOrderToFetchCallerClaims.IDToken=Uses only the IDToken to determine the caller claims
tokenOrderToFetchCallerClaims.ACCESSAndIDAndUITokens=Uses the AccessToken, IDToken, and Userinfo tokens in that order to determine the caller claims

0 comments on commit f482481

Please sign in to comment.