0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 09:19:40 +00:00
alerta_alerta/alerta/auth
2023-03-17 20:42:58 +01:00
..
__init__.py deps: update to Flask 2.0.1 (#1535) 2021-05-23 10:43:26 +02:00
basic.py fix(auth): auth bypass via registering when AUTH_PROVIDER != basic (#1782) 2023-02-27 20:26:12 +01:00
basic_ldap.py fix customer group mapping in ldap (#1713) 2022-07-04 19:23:51 +02:00
decorators.py Refactor proxy auth and add some tests 2023-03-17 20:42:58 +01:00
github.py fix: Customer lookup failed when no user email (#1629) 2021-11-28 15:49:12 +01:00
hmac.py Add forwarder plugin for federated Alerta (#1161) 2020-04-30 21:26:49 +02:00
login.py LDAP login improvements - Adding ldap search query. Instead of providing a fixed DN, a ldap search query can be provided to perform the user query and locate de DN 2020-06-15 15:14:57 +02:00
logout.py Return end session URL to browser on logout from OIDC (#1122) 2020-01-12 16:01:04 +01:00
oidc.py fix: Keycloak url base (#1683) 2022-07-04 00:10:46 +02:00
saml.py fix: Customer lookup failed when no user email (#1629) 2021-11-28 15:49:12 +01:00
userinfo.py Add attributes field to heartbeat for use in hb alerts (#1128) 2020-01-25 13:03:35 +01:00
utils.py refactor: convert formatted strings to f-strings (#1520) 2021-05-09 14:52:54 +02:00