You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Attribute containing the user's email. Optional.
@@ -95,6 +97,15 @@ PLUGINS_CONFIG = {
95
97
Please note that `METADATA_AUTO_CONF_URL`and`METADATA_LOCAL_FILE_PATH` are
96
98
mutually exclusive. Don't use both settings at the same time.
97
99
100
+
## Attributes
101
+
102
+
Newer versions of `pysaml2` uses an attribute map.
103
+
For example, instead of `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress`in the configuration above, `emailAddress` should be used instead.
104
+
105
+
See [here](https://github.com/IdentityPython/pysaml2/tree/master/src/saml2/attributemaps) for details.
0 commit comments