Skip to content
Snippets Groups Projects
Unverified Commit a49ff5a0 authored by Robert Raposa's avatar Robert Raposa Committed by GitHub
Browse files

Merge pull request #23013 from edx/robrap/add-jwt-auth-for-third-party-auth

add jwt auth to third-party auth endpoint
parents 268d03a7 28206e4c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment