zitadel/internal/api/authz
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
..
access_token_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
access_token.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
api_token_verifier.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
authorization_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
authorization.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
config.go feat: user v2alpha email API (#5708) 2023-04-25 09:02:29 +02:00
context_mock.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
context.go fix(API): select org context by domain (#8706) 2024-10-02 06:38:54 +00:00
detach.go perf: query data AS OF SYSTEM TIME (#5231) 2023-02-27 22:36:43 +01:00
instance_test.go feat: trusted (instance) domains (#8369) 2024-07-31 18:00:38 +03:00
instance.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
membertype_enumer.go feat: add SYSTEM_OWNER role (#6765) 2023-10-25 15:10:45 +00:00
permissions_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
permissions.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
session_token.go fix(oidc): return bad request for base64 errors (#7730) 2024-04-09 08:42:59 +02:00
system_token.go fix: race condition in system jwt signature check (#8618) 2024-09-13 17:18:37 +02:00
user.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00