etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

LDAP based authentication #43

Closed mareban closed 7 years ago

mareban commented 7 years ago

Is it planned to manage users/groups from Active Directory please ?

Thanks for your help.

kiwiz commented 7 years ago

Not atm, but PRs would be considered for this. All the authentication logic happens in phplib/Auth.php, so most of the changes would be in there.

kiwiz commented 7 years ago

Probably solved with #95 in combination with something like https://github.com/exflickr/GodAuth.

elvarb commented 7 years ago

Would this work? https://github.com/bitly/oauth2_proxy

kiwiz commented 7 years ago

Took a quick look and it looks like it would. Just need to set the header field to X-Forwarded-User in 411's config.

elvarb commented 7 years ago

Very good, also highly recommend that project.