mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
df57a64ed7
* fix(oidc): ignore public key expiry for ID Token hints This splits the key sets used for access token and ID token hints. ID Token hints should be able to be verified by with public keys that are already expired. However, we do not want to change this behavior for Access Tokens, where an error for an expired public key is still returned. The public key cache is modified to purge public keys based on last use, instead of expiry. The cache is shared between both verifiers. * resolve review comments * pin oidc 3.11 |
||
---|---|---|
.. | ||
access_token.go | ||
amr_test.go | ||
amr.go | ||
auth_request_converter_v2.go | ||
auth_request_converter.go | ||
auth_request_integration_test.go | ||
auth_request.go | ||
client_converter.go | ||
client_credentials.go | ||
client_integration_test.go | ||
client.go | ||
device_auth.go | ||
error_test.go | ||
error.go | ||
introspect.go | ||
jwt-profile.go | ||
key_test.go | ||
key.go | ||
oidc_integration_test.go | ||
op.go | ||
server_test.go | ||
server.go | ||
userinfo_test.go | ||
userinfo.go |