zitadel/internal/api/grpc/user/v2beta
Stefan Benz c07a5f4277
fix: consistent permission check on user v2 (#8807)
# Which Problems Are Solved

Some user v2 API calls checked for permission only on the user itself.

# How the Problems Are Solved

Consistent check for permissions on user v2 API.

# Additional Changes

None

# Additional Context

Closes #7944

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-12-03 10:14:04 +00:00
..
integration_test fix: consistent permission check on user v2 (#8807) 2024-12-03 10:14:04 +00:00
email.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
otp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
passkey.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
password.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
phone.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
query.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00:00
server.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
totp.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
u2f.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user_test.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
user.go fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00