Skip to content

Commit

Permalink
Switch to encoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Sep 18, 2024
1 parent 3f1c99d commit 4160d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Response performLogin(final AuthenticationRequest request) {
return Response.seeOther(authenticationUrl)
.cookie(
new NewCookie.Builder("__Host-cas_state")
.value(request.getState().getDecodedState())
.value(request.getState().getEncoded())
.httpOnly(true)
.secure(true)
.path("/")
Expand Down

0 comments on commit 4160d36

Please sign in to comment.