zitadel/internal/auth/repository/eventsourcing/eventstore
Livio Amstutz a321d850ae
feat: project roles (#843)
* fix logging

* token verification

* feat: assert roles

* feat: add project role assertion on project and token type on app

* id and access token role assertion

* add project role check

* user grant required step in login

* update library

* fix merge

* fix merge

* fix merge

* update oidc library

* fix tests

* add tests for GrantRequiredStep

* add missing field ProjectRoleCheck on project view model

* fix project create

* fix project create
2020-10-16 07:49:38 +02:00
..
application.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
auth_request_test.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
auth_request.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
iam.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
key.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
org.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
project.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
register.go feat: register org process (#558) 2020-08-06 14:38:19 +02:00
token.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
user_grant.go fix: iam permission (#720) 2020-09-10 15:40:20 +02:00
user_session.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
user.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00