Skip to content

Commit

Permalink
fix #1925
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Jun 7, 2024
1 parent 9056169 commit 71b297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otoroshi/app/controllers/Auth0Controller.scala
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class AuthController(
case -1 =>
val redirection =
s"$scheme://$host/.well-known/otoroshi/login?sessionId=${paUser.randomId}&redirectTo=$encodedRedirectTo&host=$host&cp=${auth
.cookieSuffix(descriptor)}&ma=${auth.sessionMaxAge}&httpOnly=${auth.sessionCookieValues.httpOnly}&secure=${auth.sessionCookieValues.secure}${}"
.cookieSuffix(descriptor)}&ma=${auth.sessionMaxAge}&httpOnly=${auth.sessionCookieValues.httpOnly}&secure=${auth.sessionCookieValues.secure}${secStr}"
val hash = env.sign(redirection)
if (otoroshi.controllers.AuthController.logger.isDebugEnabled) {
otoroshi.controllers.AuthController.logger
Expand Down

0 comments on commit 71b297e

Please sign in to comment.