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

feat: Introduce an optional OAuth2WebClient behavior where only a fir… #2117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wem
Copy link

@wem wem commented Jan 29, 2022

…st authentication request will reach the server. Default disabled (fail fast subsequent requests)

Signed-off-by: Michel Werren michel.werren@gmail.com

Motivation:

Introducing of an optional queuing like mechanism while an authentication request is pending. So it's possible to avoid request hammering in that situation, as if the IdP has a rate limit, this could end in a death lock like result.

…st authentication request will reach the server. Default disabled (fail fast subsequent requests)

Signed-off-by: Michel Werren <michel.werren@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant