outposts/proxy: fix redirect when using forward_auth mode

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-09 10:56:20 +02:00
parent 4c3a9e69f2
commit d296c12d01
3 changed files with 24 additions and 15 deletions

View File

@ -4,3 +4,5 @@ const SeesionName = "authentik_proxy"
const SessionOAuthState = "oauth_state"
const SessionClaims = "claims"
const SessionRedirect = "redirect"