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

fix: reduce DB calls in password grant flow #3017

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Conversation

strehle
Copy link
Member

@strehle strehle commented Aug 25, 2024

  1. do not retrieve always all IdPs, but check if origin call is possible
  2. do not retrieve client again (check in client authentication already)

1. do not retrieve always all IdPs, but check if origin call is possible
2. do not retrieve client again (check in client authentication already)
@strehle strehle linked an issue Aug 25, 2024 that may be closed by this pull request
@strehle strehle marked this pull request as draft August 25, 2024 17:20
@strehle strehle marked this pull request as ready for review August 27, 2024 20:57
@strehle strehle requested a review from a team August 27, 2024 21:01
@strehle strehle merged commit 48f18bc into develop Aug 29, 2024
22 checks passed
@strehle strehle deleted the fix/2821/reduceDbCalls branch August 29, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Fix performance issue with external identity provider lookup [OIDC]
2 participants