Added translations in new console (#3657)
This commit is contained in:
parent
82680290cd
commit
dc76106b1d
1 changed files with 5 additions and 1 deletions
|
@ -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?"
|
||||||
|
|
Loading…
Reference in a new issue