blob: 045b98adcb5e52c11c2fbe641bec7d0462aed3ab [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001auth_request /sogo-auth-verify;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01002auth_request_set $user $upstream_http_x_user;
3auth_request_set $auth $upstream_http_x_auth;
4auth_request_set $auth_type $upstream_http_x_auth_type;
5proxy_set_header x-webobjects-remote-user "$user";
6proxy_set_header Authorization "$auth";
7proxy_set_header x-webobjects-auth-type "$auth_type";
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02008