diff --git a/common/djangoapps/third_party_auth/api/views.py b/common/djangoapps/third_party_auth/api/views.py index 8f83908c55..076f74b68e 100644 --- a/common/djangoapps/third_party_auth/api/views.py +++ b/common/djangoapps/third_party_auth/api/views.py @@ -332,7 +332,7 @@ class UserMappingView(ListAPIView): * remote_id: The Id from third party auth provider """ authentication_classes = ( - OAuth2AuthenticationDeprecated, + JwtAuthentication, OAuth2AuthenticationDeprecated, ) serializer_class = serializers.UserMappingSerializer