Proxy Auth SSO
Proxy Auth Single Sign On
Summary
auth_request /organizr-auth/X; #Change the X to whatever group you want to allow access
auth_request_set $auth_user $upstream_http_x_organizr_user;
proxy_set_header X-WEBAUTH-USER $auth_user;Last updated
Was this helpful?