alerta / angular-alerta-webui

Alerta Web UI 6.0 (DEPRECATED) - See latest version Web UI 7.0
https://github.com/alerta/alerta-webui
MIT License
69 stars 52 forks source link

Add support for LDAP logins with Alerta API v7 #198

Closed satterly closed 5 years ago

satterly commented 5 years ago

This allows the v6 web UI (AngularJS) to be used with v7 API when LDAP auth is used.

Note: The AUTH_PROVIDER setting for LDAP in v6 API was basic but this changed to ldap in v7 API so this is required for "forward compatibility".

Fixes #197