Jason Bau
824fb9a311
The bulk of Shibboleth authentication for Stanford
Highlights:
* The url '/shib-login/' interfaces with apache/mod_shib via
request.META to handle shibboleth login and registrations
* Courses can designate 'enrollment_domains' to limit enrollment
to users with a linked ExternalAuthMap verified by a particular
identity provider
* Tests
* Logging
Changes to be committed:
new file: common/djangoapps/external_auth/migrations/0001_initial.py
new file: common/djangoapps/external_auth/migrations/__init__.py
new file: common/djangoapps/external_auth/tests/test_shib.py
modified: common/djangoapps/external_auth/views.py
modified: common/djangoapps/student/views.py
modified: common/lib/xmodule/xmodule/course_module.py
modified: lms/djangoapps/courseware/access.py
modified: lms/djangoapps/courseware/tests/test_access.py
modified: lms/envs/common.py
modified: lms/envs/dev.py
modified: lms/envs/test.py
modified: lms/templates/courseware/course_about.html
modified: lms/templates/dashboard.html
modified: lms/templates/extauth_failure.html
modified: lms/templates/navigation.html
modified: lms/templates/register.html
modified: lms/templates/signup_modal.html
modified: lms/urls.py
renamed: lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
2013-06-19 00:48:18 -07:00
..
2013-05-07 13:06:38 -04:00
2013-04-01 14:02:54 -04:00
2013-03-15 11:23:22 -04:00
2013-03-27 17:59:56 -04:00
2013-06-19 00:48:18 -07:00
2013-03-04 18:19:24 -05:00
2013-05-06 11:39:17 -04:00
2013-06-17 16:11:35 -07:00
2013-06-10 17:16:35 -04:00
2013-06-18 11:17:17 -04:00
2013-06-18 15:07:15 -04:00
2013-04-18 15:11:10 -04:00
2013-06-10 17:16:35 -04:00
2013-03-04 10:57:25 -05:00
2013-05-20 14:40:05 -04:00
2013-06-17 13:38:57 -04:00
2013-06-10 17:16:35 -04:00
2013-06-10 17:16:35 -04:00
2013-04-10 08:20:30 -04:00
2013-05-06 19:29:44 -04:00