You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
retrieve and store user_id claim
BREAKING CHANGE: The user_id scope is now required when using the
EdXOAuth2 backend for oAuth+SSO. This means that the oauth
application must first be configured to have access to the user_id
scope, which is not available by default.
The backend will then pull the user_id from the JWT and store it
in the UserSocialAuth.extra_data field.
ARCH-603
Updated minimum versions of social-auth-core and social-auth-app-django
This will finally resolve the issues we have seen with usernames containing UUIDs.
LEARNER-998