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", "label": "Add to access token",
"tooltip": "Should the claim be added to the 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": { "includeInUserInfo": {
"label": "Add to userinfo", "label": "Add to userinfo",
"tooltip": "Should the claim be added to the userinfo?" "tooltip": "Should the claim be added to the userinfo?"