LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/_example/etc/experimental/nginx-http-accounting

12 lines
430 B

# Directives to send user data to HTTP protected apps
# and hide LL::NG cookie
set $cookie "";
proxy_set_header Cookie $cookie;
# Add here HTTP headers defined in LL::NG manager
# For example, if you set an exported header 'Auth-User',
set $lm_auth_user "";
proxy_set_header Auth-User $lm_auth_user;
# That is: variable containing header value is obtained from lowercase
# header name, - replaced with _, and preceded from $lm_