zitadel/internal/api/oidc
2024-03-27 08:26:14 +01:00
..
access_token.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
amr_test.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
amr.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
auth_request_converter_v2.go merge main into next 2023-10-19 12:34:00 +02:00
auth_request_converter.go fix(oidc): define audience inside auth request instead of token creation (#7610) 2024-03-21 19:42:44 +02:00
auth_request_integration_test.go fix(api): handle user disabling events correctly in session API (#7380) 2024-02-28 09:30:05 +00:00
auth_request.go fix(oidc): define audience inside auth request instead of token creation (#7610) 2024-03-21 19:42:44 +02:00
client_converter.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
client_credentials.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
client_integration_test.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
client.go fix: prevent custom urn:zitadel:iam claims (#7647) 2024-03-27 08:26:14 +01:00
device_auth.go fix: uniform oidc errors (#7237) 2024-01-18 07:10:49 +01:00
error_test.go fix: uniform oidc errors (#7237) 2024-01-18 07:10:49 +01:00
error.go fix: uniform oidc errors (#7237) 2024-01-18 07:10:49 +01:00
introspect.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
jwt-profile.go fix: uniform oidc errors (#7237) 2024-01-18 07:10:49 +01:00
key_test.go fix(oidc): ignore public key expiry for ID Token hints (#7293) 2024-01-29 15:11:52 +00:00
key.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
oidc_integration_test.go fix(api): handle user disabling events correctly in session API (#7380) 2024-02-28 09:30:05 +00:00
op.go chore(core): update dependencies (#7517) 2024-03-11 10:43:56 +00:00
server_test.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
server.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
token_exchange_converter.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
token_exchange_integration_test.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
token_exchange.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
userinfo_test.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
userinfo.go fix: prevent custom urn:zitadel:iam claims (#7647) 2024-03-27 08:26:14 +01:00