mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-15 05:07:44 +00:00
fix: role assertion (#1986)
* fix: enum to display access token role assertion * improve assertion descriptions * fix nil pointer
This commit is contained in:
@@ -908,8 +908,8 @@
|
||||
"CREATIONDATE": "Created",
|
||||
"SELECTGROUPTOOLTIP": "Select all Roles of the group {{group}}.",
|
||||
"OPTIONS": "Options",
|
||||
"ASSERTION": "Assert Roles on Authentication.",
|
||||
"ASSERTION_DESCRIPTION": "Roleinformation is sent as Token, Userinfo endpoint or other type, depending on your application settings.",
|
||||
"ASSERTION": "Assert Roles on Authentication",
|
||||
"ASSERTION_DESCRIPTION": "Role information is sent from Userinfo endpoint and depending on your application settings in tokens and other types.",
|
||||
"CHECK": "Check roles on Authentication",
|
||||
"CHECK_DESCRIPTION": "If set, users are only allowed to authenticate if any role is assigned to their account."
|
||||
},
|
||||
@@ -1175,9 +1175,9 @@
|
||||
"OVERVIEWSECTION": "Overview",
|
||||
"OVERVIEWTITLE": "You are now done. Review your configuration.",
|
||||
"ACCESSTOKENROLEASSERTION": "Add user roles to the access token",
|
||||
"ACCESSTOKENROLEASSERTION_DESCRIPTION": "If selected, the roles of the authenticated user are added to the access token.",
|
||||
"ACCESSTOKENROLEASSERTION_DESCRIPTION": "If selected, the requested roles of the authenticated user are added to the access token.",
|
||||
"IDTOKENROLEASSERTION": "User roles inside ID Token",
|
||||
"IDTOKENROLEASSERTION_DESCRIPTION": "If selected, the roles of the authenticated user are added to the ID token.",
|
||||
"IDTOKENROLEASSERTION_DESCRIPTION": "If selected, the requested roles of the authenticated user are added to the ID token.",
|
||||
"IDTOKENUSERINFOASSERTION": "User Info inside ID Token",
|
||||
"IDTOKENUSERINFOASSERTION_DESCRIPTION": "Enables clients to retrieve profile, email, phone and address claims from ID token.",
|
||||
"CLOCKSKEW": "Enables clients to handle clock skew of OP and client. The duration (0-5s) will be added to exp claim and subtracted from iats, auth_time and nbf.",
|
||||
|
Reference in New Issue
Block a user