refactor: Studio OAuth cleanup, part 1 (#28760)
- Update migration instructions
- Changes regarding redirect URLs and cookie domain are to permit the
site to run on multiple domains.
- Set LOGIN_URL in common so that it can be unset in environment overrides
This bypasses the "redirect to LMS" login/signup code, but does not yet
remove it; removal is covered by DEPR-166 so that this remains a
configuration-only change for now.
There should have no user-visible effect.
ref: ARCHBOM-1890
This commit is contained in:
@@ -181,7 +181,7 @@ class AuthTestCase(ContentStoreTestCase):
|
||||
)
|
||||
self.assertContains(
|
||||
response,
|
||||
'<a class="action action-signin" href="/signin_redirect_to_lms?next=http%3A%2F%2Ftestserver%2F">'
|
||||
'<a class="action action-signin" href="/login/?next=http%3A%2F%2Ftestserver%2F">'
|
||||
'Sign In</a>'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user