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-06-10 16:22:21 -07:00
2013-06-19 00:48:18 -07:00
2013-06-10 16:22:21 -07:00
2013-06-05 10:27:23 -07:00
2012-09-06 09:26:52 -04:00
2013-05-07 10:25:16 -07:00
2012-08-20 14:54:23 -04:00
2013-04-16 11:38:58 -04:00
2013-01-23 14:51:07 -05:00
2013-06-18 15:07:15 -04:00
2013-05-17 14:10:04 -04:00
2013-05-17 12:40:54 -07:00
2012-11-19 12:45:46 -05:00
2012-11-19 12:45:46 -05:00
2012-12-19 12:37:02 -05:00
2013-06-10 16:22:21 -07:00
2012-09-22 14:17:34 -07:00
2013-03-04 15:19:24 -05:00
2012-08-22 05:25:48 -07:00
2013-03-08 14:58:09 -05:00
2013-03-04 16:33:40 -05:00