zitadel/internal/api/oidc
Tim Möhlmann 2089992d75
feat(crypto): use passwap for machine and app secrets (#7657)
* feat(crypto): use passwap for machine and app secrets

* fix command package tests

* add hash generator command test

* naming convention, fix query tests

* rename PasswordHasher and cleanup start commands

* add reducer tests

* fix intergration tests, cleanup old config

* add app secret unit tests

* solve setup panics

* fix push of updated events

* add missing event translations

* update documentation

* solve linter errors

* remove nolint:SA1019 as it doesn't seem to help anyway

* add nolint to deprecated filter usage

* update users migration version

* remove unused ClientSecret from APIConfigChangedEvent

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-04-05 09:35:49 +00: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 feat(oidc): allow additional audience based on scope in device auth (#7685) 2024-04-03 09:06:21 +03:00
client_converter.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
client_credentials.go feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
client_integration_test.go feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
client.go feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
device_auth.go feat(oidc): allow additional audience based on scope in device auth (#7685) 2024-04-03 09:06:21 +03: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(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +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 feat: add user v2 pw change required information on query (#7603) 2024-03-28 06:21:21 +00:00
op.go feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
server_test.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
server.go feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +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 fix(oidc): correctly return new refresh token on refresh token grant (#7707) 2024-04-04 15:58:40 +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