You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Special location for when the /auth endpoint returns a 401,
# redirect to the /start URL which initiates SSO
location @goauthentik_proxy_signin {
internal;
add_header Set-Cookie $auth_cookie;
# For domain level, use the below error_page to redirect to your authentik server with the full redirect path
return 302 https://auth.domain.com/outpost.goauthentik.io/start?rd=$scheme://$http_host$request_uri;
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After configuration Authentik & Nginx, when redirect to Authentik, response Not Found error.
URL after redirection:
https://auth.domain.com/outpost.goauthentik.io/start?rd=http://movie.download.domain.com/
Authentik configuration:
Nginx configuration:
Reverse proxy of Authentik
Reverse proxy of Radarr:
/etc/nginx/sites-available/snippets/proxy-authentik-basic-auth.conf
/etc/nginx/sites-available/snippets/proxy-authentik.conf
/etc/nginx/sites-available/movie.download.domain.com
Beta Was this translation helpful? Give feedback.
All reactions