dignajar / another-ldap

Another LDAP is a form-based authentication for Active Directory / LDAP server. Provides Authentication and Authorization for your applications running in Kubernetes.
MIT License
53 stars 13 forks source link

LDAP_HTTPS_SUPPORT #6

Open glebrodionov94 opened 2 years ago

glebrodionov94 commented 2 years ago

can you return this env LDAP_HTTPS_SUPPORT? in repo seems to work fine https://github.com/dignajar/another-ldap-auth/blob/master/files/main.py

dignajar commented 2 years ago

You mean add support to enable or disable SSL ?

glebrodionov94 commented 2 years ago

yep. would be great to put other certificates

shilazi commented 1 year ago

Cookie secure need https. This feature should not be added out of the box (i guess) for this project. Source Code: https://github.com/dignajar/another-ldap/blob/main/files/main.py#L35 MDN Cookies: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#restrict_access_to_cookies