zitadel/internal
Livio Spring 0e181b218c
feat: implement user schema management (#7416)
This PR adds the functionality to manage user schemas through the new user schema service.
It includes the possibility to create a basic JSON schema and also provides a way on defining permissions (read, write) for owner and self context with an annotation.

Further annotations for OIDC claims and SAML attribute mappings will follow.

A guide on how to create a schema and assign permissions has been started. It will be extended though out the process of implementing the schema and users based on those.

Note:
This feature is in an early stage and therefore not enabled by default. To test it out, please enable the UserSchema feature flag on your instance / system though the feature service.
2024-03-12 13:50:13 +00:00
..
actions feat: support whole config as env (#6336) 2024-02-16 16:04:42 +00:00
activity fix: add https status to activity log (#6978) 2023-11-28 16:56:29 +01:00
admin/repository/eventsourcing fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
api feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
auth/repository fix(api): handle user disabling events correctly in session API (#7380) 2024-02-28 09:30:05 +00:00
auth_request/repository refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
authz fix: correctly respect maxFailureCount (#7143) 2024-01-04 15:46:25 +00:00
command feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
config refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
crypto fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
database fix: db MaxOpenConns setting (#7360) 2024-02-09 13:43:01 +01:00
domain feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
eventstore chore(core): update dependencies (#7517) 2024-03-11 10:43:56 +00:00
feature feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
form refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
i18n refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
iam refactor: cleanup unused code (#7130) 2024-01-02 14:26:31 +00:00
id chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
idp fix: use configured binding on SAML IDPs and make sure CSP doesn't block POST binding (#7341) 2024-02-05 14:45:15 +00:00
integration feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
logstore perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
migration fix(setup): init projections (#7194) 2024-01-25 17:28:20 +01:00
net perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
notification fix(smtp): support UTF-8 subjects (#7432) 2024-02-22 15:11:55 +01:00
org refactor: cleanup unused code (#7130) 2024-01-02 14:26:31 +00:00
project refactor: cleanup unused code (#7130) 2024-01-02 14:26:31 +00:00
protoc merge main into next 2023-10-19 12:34:00 +02:00
qrcode docs(legal): Updated agreements and policies v2 (#3823) 2022-06-15 08:30:58 +02:00
query feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
renderer fix: use correct template package (#7522) 2024-03-11 07:52:02 +01:00
repository feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
static feat: implement user schema management (#7416) 2024-03-12 13:50:13 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
telemetry refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
test feat: protos refactoring 2021-03-09 10:30:11 +01:00
user fix(auth): optimise user sessions (#7199) 2024-01-30 15:17:54 +00:00
view/repository fix: add RollbackUnlessCommitted for gorm transactions (#7197) 2024-01-10 23:02:50 +00:00
webauthn refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
zerrors refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00