add jwt auth to third-party auth endpoint

BOM-897
This commit is contained in:
Robert Raposa
2020-02-04 10:02:04 -05:00
parent 247cffa846
commit 28206e4c45

View File

@@ -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