diff --git a/common/djangoapps/third_party_auth/saml_configuration/views.py b/common/djangoapps/third_party_auth/saml_configuration/views.py index 093717b296..aa051aac7f 100644 --- a/common/djangoapps/third_party_auth/saml_configuration/views.py +++ b/common/djangoapps/third_party_auth/saml_configuration/views.py @@ -16,7 +16,7 @@ class SAMLConfigurationMixin: serializer_class = SAMLConfigurationSerializer -class SAMLConfigurationViewSet(SAMLConfigurationMixin, viewsets.ModelViewSet): +class SAMLConfigurationViewSet(SAMLConfigurationMixin, viewsets.ReadOnlyModelViewSet): """ A View to handle SAMLConfiguration GETs