zitadel/internal/api/grpc/management
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_converter.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
application.go feat: app handling compliance (#527) 2020-08-10 09:34:56 +02:00
gateway.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
iam_converter.go fix: multiple setup steps (#773) 2020-09-24 11:38:28 +02:00
iam.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
idp_config_converter.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
idp_config.go feat: idp and login policy configurations (#619) 2020-08-26 09:56:23 +02:00
login_policy_converter.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
login_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
org_converter.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
org_member_converter.go feat: show display name on members (#492) 2020-07-22 14:21:41 +02:00
org_member.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
password_age_policy_converter.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_age_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_complexity_policy_converter.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_complexity_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_lockout_policy_converter.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
password_lockout_policy.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
probes.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
project_converter.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
project_grant_converter.go feat: sequence and timestamp on searchrequests (#468) 2020-07-15 13:24:36 +02:00
project_grant_member_converter.go fix: memberships (#633) 2020-08-25 16:08:51 +02:00
project_grant_member.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
project_grant.go fix: project role delete (#431) 2020-07-09 16:47:48 +02:00
project_member_converter.go feat: show display name on members (#492) 2020-07-22 14:21:41 +02:00
project_member.go fix: improve permission checks (#682) 2020-09-01 16:38:34 +02:00
project.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
search_converter.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
server.go feat: policies on aggregates (#799) 2020-10-15 10:27:13 +02:00
user_converter.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
user_grant_converter.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
user_grant.go feat: app handling compliance (#527) 2020-08-10 09:34:56 +02:00
user_human_converter.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
user_machine_converter.go fix: Key details as string (#719) 2020-09-09 16:19:17 +02:00
user_machine.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
user.go feat: remove user (#812) 2020-10-07 08:16:42 +02:00
zitadel_docs.go feat: apiurls, passwordpolicy, userbyid (#507) 2020-07-22 16:15:11 +02:00