- 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 -
-
- 16 Oct, 2024 1 commit
-
-
- 21 Mar, 2024 1 commit
- 27 Oct, 2023 1 commit
-
-
- 12 May, 2023 1 commit
-
-
- 10 May, 2023 6 commits
-
-
- 09 May, 2023 1 commit
-
-
- 01 May, 2023 1 commit
-
-
- 15 Mar, 2023 3 commits
-
-
- 09 Mar, 2023 1 commit
-
-
- 08 Mar, 2023 2 commits
-
- 14 Feb, 2023 4 commits
-