mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
docs: fix sample saml plugin
See: https://github.com/overhangio/tutor/pull/604
This commit is contained in:
parent
a24b29271a
commit
766f392189
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user