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

OAuth2 Introspection Authenticator requests new pre auth token for every request #712

Closed
pike1212 opened this issue Apr 30, 2021 · 0 comments

Comments

@pike1212
Copy link
Contributor

Describe the bug

OAuth2 Introspection Authenticator requests new pre auth token for every request resulting in lots of token generation in the oauth server

Expected behavior

Resuse tokens until they expire

Additional context

I think fix is simple, don't rebuild roundTripper everytime config is called in AuthenticatorOAuth2Introspection

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

No branches or pull requests

1 participant