Skip to content
New issue

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

Implement introspection endpoint discovery cache #19

Merged

Conversation

vasayxtx
Copy link
Member

@vasayxtx vasayxtx commented Nov 12, 2024

This update introduces a caching mechanism for the OpenID Provider Configuration metadata. By caching the response from the .well-known/openid-configuration endpoint, we eliminate the need to perform a GET request for each token introspection when a static endpoint is not configured. This reduces unnecessary network calls, improves performance, and ensures efficient handling of token introspection requests.

@vasayxtx vasayxtx requested a review from MikeYast as a code owner November 12, 2024 17:35
@vasayxtx vasayxtx merged commit 42727c0 into acronis:main Nov 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants