zitadel/internal/api/oidc
Tim Möhlmann ec03340b67
perf(oidc): optimize client verification (#6999)
* fix some spelling errors

* client credential auth

* implementation of client auth

* improve error handling

* unit test command package

* unit test database package

* unit test query package

* cleanup unused tracing func

* fix integration tests

* errz to zerrors

* fix linting and import issues

* fix another linting error

* integration test with client secret

* Revert "integration test with client secret"

This reverts commit 0814ba522f.

* add integration tests

* client credentials integration test

* resolve comments

* pin oidc v3.5.0
2023-12-05 17:01:03 +00:00
..
access_token.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
amr_test.go feat(api): add and remove OTP (SMS and email) (#6295) 2023-08-02 18:57:53 +02:00
amr.go feat(api): add and remove OTP (SMS and email) (#6295) 2023-08-02 18:57:53 +02:00
auth_request_converter_v2.go merge main into next 2023-10-19 12:34:00 +02:00
auth_request_converter.go merge main into next 2023-10-19 12:34:00 +02:00
auth_request_integration_test.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
auth_request.go fix: add https status to activity log (#6978) 2023-11-28 16:56:29 +01:00
client_converter.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
client_credentials.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
client_integration_test.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
client.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
device_auth.go merge main into next 2023-10-19 12:34:00 +02:00
introspect.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
jwt-profile.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
key_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
key.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
oidc_integration_test.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
op.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
server_test.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
server.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
userinfo_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
userinfo.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00