fix shib reg from course about page

This commit is contained in:
Jason Bau
2014-07-16 12:07:25 -04:00
parent e9022e74a8
commit e1fcac93c5
7 changed files with 66 additions and 9 deletions

View File

@@ -638,3 +638,7 @@ for app_name in OPTIONAL_APPS:
### ADVANCED_SECURITY_CONFIG
# Empty by default
ADVANCED_SECURITY_CONFIG = {}
### External auth usage -- prefixes for ENROLLMENT_DOMAIN
SHIBBOLETH_DOMAIN_PREFIX = 'shib:'
OPENID_DOMAIN_PREFIX = 'openid:'