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

Commits on Aug 25, 2024

  1. fix: reduce DB calls in password grant flow

    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 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b46ac01 View commit details
    Browse the repository at this point in the history
  2. sonar refactorings

    strehle committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a2d85d7 View commit details
    Browse the repository at this point in the history
  3. Test error fix

    strehle committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    d79eac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3ad5592 View commit details
    Browse the repository at this point in the history