We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
Authorino by default does not refresh JWKS from OIDC endpoint but can be set to do so in regular intervals by using a ttl variable.
ttl
Documentation
https://github.com/Kuadrant/authorino/blob/main/docs/features.md#jwt-verification-authenticationjwt
Test cases
The text was updated successfully, but these errors were encountered:
Intentionally not added to dinosaur because this would introduce code duplication.
Sorry, something went wrong.
trepel
Successfully merging a pull request may close this issue.
Summary
Authorino by default does not refresh JWKS from OIDC endpoint but can be set to do so in regular intervals by using a
ttl
variable.Documentation
https://github.com/Kuadrant/authorino/blob/main/docs/features.md#jwt-verification-authenticationjwt
Test cases
ttl
functionality. Done in Dinosaur conftest refactor to support AuthPolicy v2 #313The text was updated successfully, but these errors were encountered: