Braden MacDonald
a654d5e7ac
Add additional data to custom SSO auth form extension points
2015-12-04 15:38:18 -08:00
Braden MacDonald
4645c6ecdd
Allow using a custom login/register form with third_party_auth
2015-12-01 15:43:34 -08:00
Ned Batchelder
0872732cf0
Fix pylint C7630 (literal used as attribute) violations
...
There's no need to use a string literal in setattr, delattr, or the
two-argument form of getattr.
2015-11-23 15:32:54 -05:00
Ned Batchelder
f5d0f3ff55
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
Braden MacDonald
9ccf78ed06
Add some asserts and explanations, per review
2015-11-16 17:18:54 -08:00
Braden MacDonald
90cdb91391
Allow users to login via third_party_auth even if not activated
2015-11-16 16:10:57 -08:00
Bill DeRusha
fe23052511
Merge pull request #9979 from edx/bderusha/boardman-traffic
...
Add IP to all python Segment tracking calls
2015-10-05 14:55:55 -04:00
Bill DeRusha
ca6633bd98
Add IP to all python Segment tracking calls
2015-10-01 21:21:16 -04:00
Bill DeRusha
bcb71a3255
Rename SEGMENT_KEY to have a unique key name for both CMS and LMS
2015-10-01 19:40:27 -04:00
Bill DeRusha
a6873cb883
Merge pull request #9875 from edx/bderusha/segment-cleanup
...
Segment Clean Up
2015-09-29 10:33:03 -04:00
Bill DeRusha
14e1ef13fe
Merge pull request #9865 from edx/bderusha/segment-version-bump
...
Bump version of segemnt's analytics-python package to 1.1.0
2015-09-29 09:33:49 -04:00
Bill DeRusha
c721ff5a82
Replace SEGMENT_IO_LMS & SEGMENT_IO_LMS_KEY with single key SEGMENT_KEY
2015-09-24 11:49:03 -04:00
Bill DeRusha
4f14d4f75b
Bump version of segemnt's analytics-python package to 1.1.0
...
Wrap 3rd Party Auth Pipeline with Segment enabled checks
2015-09-24 11:27:24 -04:00
Braden MacDonald
4be8aa5d5d
Initial implementation of API for listing a user's third party auth providers
2015-09-10 16:44:50 -07:00
William Ono
4d1194800e
Support LTI third-party-auth providers
...
PR #8930
2015-09-03 22:53:45 -07:00
Tasawer
cd69ca2b23
Removed unused url endpoints + fixed broken tests
...
ECOM-1017
2015-08-31 12:50:08 +00:00
Sarina Canelake
b41e70f541
Remove Pylint violations deprecated-pragma, bad-option-value
2015-07-13 17:33:26 -04:00
Sarina Canelake
ba8fd1c21d
Eliminate instances of unused-import Pylint violation
2015-07-13 17:33:25 -04:00
Braden MacDonald
7437bcfe12
New provider config options, New Institution Login Menu - PR 8603
2015-06-26 13:24:01 -07:00
Braden MacDonald
b4904adc1e
Use ConfigurationModels for third_party_auth, new metadata fetching - PR 8155
2015-06-26 13:23:59 -07:00
Braden MacDonald
caca3e1bdf
SAML2 third_party_auth provider(s) - PR 8018
2015-06-26 13:23:59 -07:00
Will Daly
5e86a64729
User info cookie
...
* Add a new cookie for user information
* Make marketing cookie names configurable.
* Handle URL reversal when URLs don't exist (in Studio)
* Move cookie code from student/helpers.py into its own module.
2015-06-24 09:44:50 -07:00
Braden MacDonald
345fcabd05
Fix CRI-9 so third_party_auth pipeline always completes, and consolidate auto-enrollment code
2015-06-18 20:57:19 -07:00
Braden MacDonald
350f98ebde
Changes for compatibility with latest python-social-auth (0.2.7)
2015-06-18 19:31:47 -07:00
Usman Khalid
da57b13b6d
Removed all references to AUTH_ENTRY_DASHBOARD.
...
TNL-2024
2015-04-17 17:23:17 -04:00
Usman Khalid
2667f705ad
Enable third party auth from account settings page.
...
TNL-1535
2015-04-17 17:23:15 -04:00
Nimisha Asthagiri
289469dd3a
Merge pull request #7353 from edx/mobile/third-party-oauth-reg
...
Mobile registration with Google/FB
2015-03-20 17:04:37 -04:00
Nimisha Asthagiri
dfcef9ddcb
MA-95: Update Registration endpoint to support 3rd party credentials
...
Automatically link edX account with social account in login mobile API path
2015-03-20 15:43:40 -04:00
Andy Armstrong
6976a33a85
Add the preferences endpoint to the User API
...
TNL-1493
See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
2015-03-16 23:34:35 -04:00
cahrens
c8a20df210
Combine account and profile into same API.
2015-03-05 16:13:49 -05:00
Andy Armstrong
dfe0057b79
Implement profile API
...
TNL-1491
See the API design here:
https://openedx.atlassian.net/wiki/display/TNL/User+API
2015-03-02 16:28:52 -05:00
cahrens
7dc0598b25
Delete ENABLE_NEW_DASHBOARD code.
2015-02-26 16:41:40 -05:00
Will Daly
5e732ea25c
Country Access: Block enrollment from third party auth
...
Users who are blocked from enrolling in a course
due to an embargo are redirected to the blocked
message page after authentication completes.
2015-02-11 13:18:15 -05:00
Renzo Lucioni
a8bed5ce98
Make logistration generally available if feature flag is active
...
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition:
- Adds support for redirect URLs in third party auth for combined login/registration page
- Adds support for external auth on the combined login/registration page
- Removes old login and registration acceptance tests
- Adds deprecation warnings to old login and register views
- Moves third party auth util to student_account
- Adds exception for microsites (theming)
2015-01-30 13:28:30 -05:00
Will Daly
30549bd7ad
Send the user to the login page if registering with a linked but inactive account
2014-12-22 13:23:29 -05:00
Clinton Blackburn
947064f6ab
Corrected Import Statement
2014-12-09 20:19:00 -05:00
stephensanchez
7ab0cb0730
3rd-party pipeline supports updating email optin
...
Fix all the 3rd party auth scenarios.
Update pipeline to preserve parameters.
Updating tests
2014-12-08 19:52:06 +00:00
Will Daly
8580620b52
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page."
...
This reverts commit f40447b3c8 .
Conflicts:
lms/urls.py
Revert "Add support for external auth on the combined login/registration page"
This reverts commit 988753395f .
Conflicts:
lms/templates/courseware/mktg_course_about.html
lms/urls.py
2014-12-05 10:41:42 -05:00
Will Daly
f40447b3c8
If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page.
2014-12-03 08:00:33 -05:00
Sarina Canelake
e15d4aea71
s/pylint: disable=F0401/pylint: disable=import-error/
2014-12-01 11:22:10 -05:00
stv
b2ff02f0e1
Fix PEP8: E302 expected 2 blank lines, found 1
2014-11-26 15:10:04 -05:00
Renzo Lucioni
8d02efb021
Clean up pep8 and pylint violations
...
Also fixes failing Python unit tests
2014-11-12 12:55:56 -05:00
Will Daly
d50137bb64
Redirect to a valid URL when cancelling third party auth
2014-11-12 09:33:06 -05:00
Will Daly
5085b71677
Merge remote-tracking branch 'origin/master' into will/combine-reg-login-form
...
Conflicts:
common/djangoapps/third_party_auth/pipeline.py
lms/djangoapps/verify_student/tests/test_views.py
2014-11-10 15:05:37 -05:00
Greg Price
d2183c58c8
Add endpoint to log in with OAuth access token
2014-11-05 14:09:41 -05:00
Will Daly
48bc4776be
Merge branch 'will/third-party-auth-fixes' into will/combine-reg-login-form
...
Conflicts:
common/djangoapps/third_party_auth/__init__.py
common/djangoapps/third_party_auth/pipeline.py
2014-10-28 15:16:27 -04:00
Will Daly
f9b5a9173f
Redirect users to the track selection page or ?next page when using third party auth
...
Set marketing site logged in cookie from third party auth.
2014-10-28 10:28:30 -04:00
Will Daly
0cac6ea21b
Fix pylint violations
2014-10-27 11:04:22 -04:00
Renzo Lucioni
05cb2a071b
Prohibit automatic enrollment in prof ed courses when user authenticates via third-party auth
2014-10-24 15:59:42 -04:00
Will Daly
9e9dec1de1
Integrate third party auth into the combined login/registration page.
...
Change third party auth login failure code to a 401, to detect authentication
success with no linked account.
If already authenticated, redirect immediately to the dashboard.
Use "Location" header correctly for 302 redirects from student views.
Add utility functions for simulating a running third-party auth pipeline.
Add a utility function for checking whether third party auth is enabled.
Respect default values sent by the server
2014-10-22 17:10:49 -04:00