Open bardwang opened 10 months ago
REMOTE_AUTH_BACKEND = 'django3_saml2_nbplugin.backends.SAML2CustomAttrUserBackend'
?
(also ensure that REMOTE_AUTH_BACKEND
is not set later again in configuration.py)
REMOTE_AUTH_BACKEND = 'django3_saml2_nbplugin.backends.SAML2CustomAttrUserBackend'
?(also ensure that
REMOTE_AUTH_BACKEND
is not set later again in configuration.py)
Oh, it works. Thank you so much!
REMOTE_AUTH_BACKEND = 'django3_saml2_nbplugin.backends.SAML2CustomAttrUserBackend'
?(also ensure that
REMOTE_AUTH_BACKEND
is not set later again in configuration.py)
This was such a legendary save. I figured it was correctly set since SAML was technically working, but it wouldn't recognize any of the group attributes. You are a godsend, my friend.
Could anyone help me on this issue? My configuration for CUSTOM_ATTR_BACKEND doesn't work for some reasons. Once I login using Saml, the login account doesn't have firstname, lastname and groups.
This is my config for saml plugin.
This is the saml response for Email, FirstName, LastName and Groups.
Does anyone know why all the fields in CUSTOM_ATTR_BACKEND don't work?