Commit 84659c1
committed
Always store auth context in session
If a session auth context is provided during authentication, we will now always store it
to a session. If no session exists at this point, we will create a session because we
can treat the presence of a SessionAuthContext as a sufficient indicator that the
creation of a session is expected/required.
Previously, we were only storing the auth context in the session if the session existed.
Most likely because of a refactoring of the SessionCreator in
5cdac60, the listener that persists the data is now
called before the session is created.1 parent de587bb commit 84659c1
File tree
1 file changed
+2
-4
lines changed1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments