zitadel/internal/query/testdata
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
..
oidc_client_jwt.json perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
oidc_client_public.json perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
oidc_client_secret.json perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
userinfo_human_grants.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_human_no_md.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_human.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_machine.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_not_found.json perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00