summaryrefslogtreecommitdiff
path: root/asgard
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-05 13:31:22 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-05 13:31:22 +0200
commitbc55b9397252c7382b6388fceef54a056d3c371e (patch)
treef8f7465c36b5679cb77f5033fe33fdf9718026fc /asgard
parente38220e479ffdf88aa98dc6341cc04b45e04a70e (diff)
moved the uris around a bit
Diffstat (limited to 'asgard')
-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 4f53e8e..ea999f1 100644
--- a/asgard/settings.d/20-saml.conf
+++ b/asgard/settings.d/20-saml.conf
@@ -6,13 +6,13 @@ AUTH_PROFILE_MODULE = 'userprofile.UserProfile'
#SAML_KEY = "/etc/ssl/private/ssl-cert-snakeoil.key"
#SAML_CERT = "/etc/ssl/certs/ssl-cert-snakeoil.pem"
-LOGIN_URL = '/saml2/login/'
+LOGIN_URL = '/saml2/sp/login/'
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
def asgard_sp_config(request):
return {
# your entity id, usually your subdomain plus the url to the metadata view
- 'entityid': 'https://coip.app.nordu.net/saml2/metadata',
+ 'entityid': 'https://coip.app.nordu.net/saml2/sp/metadata',
# directory with attribute mapping
"attribute_map_dir" : "%s/saml2/attributemaps" % settings.BASE_DIR,
# this block states what services we provide