mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat: check has project (#2206)
* feat: define org grant check on project * feat: has project check * feat: has project check * feat: check has project * feat: check has project * feat: add has project check to console * Update internal/auth/repository/eventsourcing/eventstore/auth_request.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request_test.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request_test.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/auth/repository/eventsourcing/eventstore/auth_request_test.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/ui/login/static/i18n/en.yaml Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix: add has project tests Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -1034,6 +1034,8 @@
|
||||
"CHECK": "Rollen bei Authentisierung prüfen",
|
||||
"CHECK_DESCRIPTION": "Ist das Attribut gesetzt, kann ein Benutzer nur mit einem entsprechenden Rolle authentifiziert werden."
|
||||
},
|
||||
"HAS_PROJECT": "Projektbesitz bei Authentisierung prüfen",
|
||||
"HAS_PROJECT_DESCRIPTION": "Es wird überprüft, ob die Organisation des Benutzers über dieses Projekt verfügt. Wenn nicht, kann der Benutzer nicht authentifiziert werden.",
|
||||
"TABLE": {
|
||||
"TOTAL": "Einträge gesamt:",
|
||||
"SELECTION": "ausgewählt",
|
||||
|
@@ -1036,6 +1036,8 @@
|
||||
"CHECK": "Check roles on Authentication",
|
||||
"CHECK_DESCRIPTION": "If set, users are only allowed to authenticate if any role is assigned to their account."
|
||||
},
|
||||
"HAS_PROJECT": "Check for Project on Authentication",
|
||||
"HAS_PROJECT_DESCRIPTION": "It is checked whether the user's organisation has this project. If not, the user cannot be authenticated.",
|
||||
"TABLE": {
|
||||
"TOTAL": "Entries total:",
|
||||
"SELECTION": "Selected Elements",
|
||||
|
Reference in New Issue
Block a user