zitadel/internal/api/grpc/user/v2
Livio Spring dc7330f251
fix(API): select org context by domain (#8706)
# Which Problems Are Solved

V2 and V3 APIs allow setting the organization context by providing the
organization domain in the request. Users currently experience the
following error: "rpc error: code = Unauthenticated desc = context
missing (AUTH-rKLWEH)"

# How the Problems Are Solved

Correctly check the org domain when set.

# Additional Changes

None

# Additional Context

- support request
2024-10-02 06:38:54 +00:00
..
integration_test fix(API): select org context by domain (#8706) 2024-10-02 06:38:54 +00:00
email.go feat: api v2beta to api v2 (#8283) 2024-07-26 22:39:55 +02:00
idp_link.go fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00: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 fix: generalise permission check for query user information (#8458) 2024-08-23 06:44:18 +00: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 feat: invite user link (#8578) 2024-09-11 10:53:55 +00:00