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

AAE-26163 Fix infinite loop when authentication error event occured #10272

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Oct 9, 2024

  1. AAE-26163 Logout user after 3 login attempts failed, avoiding infinit…

    …e loop when an authentication error occured, like when a user machine clock is significantly out of sync
    alep85 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f96a552 View commit details
    Browse the repository at this point in the history
  2. AAE-26163 Wait to discovery document to be loaded and user not authen…

    …ticated to perform a ssoLogin, logout user if login fails after 3 attempts
    alep85 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ca5456b View commit details
    Browse the repository at this point in the history
  3. AAE-26163 Fix missed id_token_hint invoking logout when a login error…

    … occured due to a clock significantly out of sync
    alep85 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    174770e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d58cdd4 View commit details
    Browse the repository at this point in the history
  5. AAE-26163 Show oauth event logs if showDebugInformation is enabled, r…

    …emove auth items if access token is not valid
    alep85 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    01fc9a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2db163a View commit details
    Browse the repository at this point in the history