KEYCLOAK-19329 Fix message for access token response claim in admin ui

Added missing properties.

Closes #9364
This commit is contained in:
Sebastian Rose 2022-02-03 17:42:14 +01:00 committed by Bruno Oliveira da Silva
parent 494948cb92
commit 99f27497f4

View file

@ -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