7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 08:30:48 +00:00

docs: fix sample saml plugin

See: https://github.com/overhangio/tutor/pull/604
This commit is contained in:
Régis Behmo 2022-03-17 10:45:40 +01:00
parent a24b29271a
commit 766f392189

View File

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