Skip to content
Snippets Groups Projects
Commit 8d2c7db3 authored by nimrod's avatar nimrod
Browse files

Snippet for LDAP authentication.

parent 2c44445c
No related branches found
No related tags found
No related merge requests found
Pipeline #1145 passed
auth_request /validate;
location = /validate {
proxy_pass https://auth.shore.co.il/validate;
proxy_http_version 1.1;
proxy_ssl_verify on;
proxy_ssl_verify_depth 3;
proxy_ssl_name auth.shore.co.il;
proxy_ssl_server_name on;
proxy_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
internal;
proxy_pass_request_body off;
proxy_set_header Content-Length "";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment