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

Issue #9464 - Add optional configuration to log user out after OpenID idToken expires. (Jetty-10) #9528

Merged
merged 7 commits into from
Apr 11, 2023

Commits on Mar 13, 2023

  1. improvements to logout from the OpenIdLoginService validate

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    09e4a61 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. respect idToken expiry for lifetime of login

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    12047da View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix checkstyle error

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    93f88f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Add respectIdTokenExpiry configuration

    If respectIdTokenExpiry is true always attempt re-authentication if idToken expires even for non-mandatory requests.
    
    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    aa19288 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    27741be View commit details
    Browse the repository at this point in the history
  2. rename respectIdTokenExpiry to logoutWhenIdTokenIsExpired

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2606b3f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b079092 View commit details
    Browse the repository at this point in the history