Added translations in new console (#3657)

This commit is contained in:
Erik Jan de Wit 2022-10-31 12:29:33 +01:00 committed by GitHub
parent 82680290cd
commit dc76106b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,10 @@
"label": "Add to access token",
"tooltip": "Should the claim be added to the access token?"
},
"includeInAccessTokenResponse": {
"label": "Add to access token response",
"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",
"tooltip": "Should the claim be added to the userinfo?"
@ -153,4 +157,4 @@
"label": "Updating entity role",
"tooltip": "The condition is checked during client registration/update requests and it evaluates to true if the entity (usually user), who is creating/updating client is member of the specified role. For reference the realm role, you can use the realm role name like 'my_realm_role' . For reference client role, you can use the client_id.role_name for example 'my_client.my_client_role' will refer to client role 'my_client_role' of client 'my_client'."
}
}
}