What is the correct way for conditional redirect? #4412
moutasem1989
started this conversation in
General
Replies: 1 comment
-
This was answered here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Authentik as a proxy authenticator for a services, I would like to redirect after authentication based on a variable.
In my case, the proxy authentication is initiated under subfolder
/ssoauth
. The value then is called as follows:How can I correctly redirect to
$scheme://$host$authentik_authuri
when$authentik_authuri
is set byauth_request_set
?Beta Was this translation helpful? Give feedback.
All reactions