summaryrefslogtreecommitdiff
path: root/asgard/settings.d
diff options
context:
space:
mode:
Diffstat (limited to 'asgard/settings.d')
-rw-r--r--asgard/settings.d/20-saml.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asgard/settings.d/20-saml.conf b/asgard/settings.d/20-saml.conf
index 6a786fc..1565dd0 100644
--- a/asgard/settings.d/20-saml.conf
+++ b/asgard/settings.d/20-saml.conf
@@ -2,7 +2,7 @@
from django.conf import settings
from saml2 import BINDING_HTTP_POST, BINDING_HTTP_REDIRECT
-AUTH_PROFILE_MODULE = 'profile.UserProfile'
+AUTH_PROFILE_MODULE = 'meetingtools.apps.userprofile.UserProfile'
SAML_ATTRIBUTE_MAPPING = {
'username': ['eduPersonPrincipalName'],
@@ -19,6 +19,6 @@ SAML_METADATA_FILE = "/var/run/swamid-idp-transitive.xml"
SAML_CREATE_UNKNOWN_USER = True
SAML_CONFIG_LOADER = "meetingtools.apps.auth.asgard_sp_config"
-#AUTHENTICATION_BACKENDS += ['keybucket.utils.saml.TargetedUsernameSamlBackend']
+#AUTHENTICATION_BACKENDS += ['meetingtools.saml.Saml2Backend']
AUTO_REMOTE_SUPERUSERS = ['leifj@nordu.net'] \ No newline at end of file