From 766f392189cba25d598c3b57fca415ca047391d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 17 Mar 2022 10:45:40 +0100 Subject: [PATCH] docs: fix sample saml plugin See: https://github.com/overhangio/tutor/pull/604 --- docs/plugins/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/examples.rst b/docs/plugins/examples.rst index 6bdab38..ad56407 100644 --- a/docs/plugins/examples.rst +++ b/docs/plugins/examples.rst @@ -53,7 +53,7 @@ Enable SAML authentication openedx-lms-common-settings: | # saml special settings - AUTHENTICATION_BACKENDS += ["third_party_auth.saml.SAMLAuthBackend", "django.contrib.auth.backends.ModelBackend"] + AUTHENTICATION_BACKENDS += ["common.djangoapps.third_party_auth.saml.SAMLAuthBackend", "django.contrib.auth.backends.ModelBackend"] openedx-auth: | "SOCIAL_AUTH_SAML_SP_PRIVATE_KEY": "yoursecretkey",