KEYCLOAK-19329 Fix message for access token response claim in admin ui
Added missing properties. Closes #9364
This commit is contained in:
parent
494948cb92
commit
99f27497f4
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ includeInIdToken.label=Add to ID token
|
|||
includeInIdToken.tooltip=Should the claim be added to the ID token?
|
||||
includeInAccessToken.label=Add to access token
|
||||
includeInAccessToken.tooltip=Should the claim be added to the access token?
|
||||
includeInAccessTokenResponse.label=Add to access token response
|
||||
includeInAccessTokenResponse.tooltip=Should the claim be added to the access token response? Should only be used for informative and non-sensitive data
|
||||
includeInUserInfo.label=Add to userinfo
|
||||
includeInUserInfo.tooltip=Should the claim be added to the userinfo?
|
||||
usermodel.clientRoleMapping.clientId.label=Client ID
|
||||
|
|
Loading…
Reference in a new issue