openwisp / openwisp-radius

Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.

Home Page:https://openwisp-radius.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[change] SAML should create EmailAddress objects

nemesifier opened this issue · comments

The SAML authentication of this module does not create EmailAddress objects, which is problematic because we are gradually changing the entire application to send notification emails to verified addresses only.

Therefore we should proceed to make sure SAML auth creates EmailAddress objects and always flags the email coming from SAML as verified and primary.