Skip to content
Snippets Groups Projects
Commit 28206e4c authored by Robert Raposa's avatar Robert Raposa
Browse files

add jwt auth to third-party auth endpoint

BOM-897
parent 247cffa8
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