-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
openedx/edx-platform
#37100Labels
help wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the communityrelease blockerBlocks the upcoming release (fix needed)Blocks the upcoming release (fix needed)release testingAffects the upcoming release (attention needed)Affects the upcoming release (attention needed)
Description
Release
Teak
Expected behavior
SSO account is successfully unlike without showing any errors to the user:

Actual behavior
Although the account is successfully unlinked, an error is raised instead so the user needs to reload the page to see the unlinked account:
Screencast.from.05-06-25.13.28.24.webm
Steps to reproduce
- Configure TPA auth for Open edX
- Login or Register via third-party authentication
- Go to account settings > Linked Accounts section
- Click Unlink {TPA_Name} account
- Observe error in interface and browser console
Additional information
Request to /auth/disconnect/{backend-slug}/{user_social_auth_id}/ is made when unlinking SSO, and 302 code redirect to location /dashboard is returned.
This was previously addressed here: openedx/wg-build-test-release#376
I'm not sure if it wasn't fully resolved back then or whether something changed throughout these past months that broke it again.
Metadata
Metadata
Assignees
Labels
help wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the communityrelease blockerBlocks the upcoming release (fix needed)Blocks the upcoming release (fix needed)release testingAffects the upcoming release (attention needed)Affects the upcoming release (attention needed)
Type
Projects
Status
Done