1. 14 Apr, 2025 2 commits
    • Moved the logic for retrieving Keycloak tokens (ID token, subject) and
      logging the user into Moqui to occur only *after* the Keycloak
      authentication outcome is confirmed as AUTHENTICATED.
      
      Previously, the script attempted to access these tokens regardless of the
      authentication outcome, leading to errors (likely NullPointerException on
      idToken.getSubject()) when authentication failed or resulted in a
      challenge. This issue may have surfaced after the Keycloak upgrade to
      version 23. Added null checks for KeycloakSecurityContext and IDToken
      before accessing them.
      Ean Schuessler committed
    • Ean Schuessler committed
  2. 16 Oct, 2024 1 commit
  3. 21 Mar, 2024 1 commit
  4. 27 Oct, 2023 1 commit
  5. 12 May, 2023 1 commit
  6. 10 May, 2023 6 commits
  7. 09 May, 2023 1 commit
  8. 01 May, 2023 1 commit
  9. 15 Mar, 2023 3 commits
  10. 09 Mar, 2023 1 commit
  11. 08 Mar, 2023 2 commits
  12. 14 Feb, 2023 4 commits