Hey all,
I just set up tutor locally and now I’m trying to enable third party auth but I don’t see any SSO icon showing on the login page.
I think i have the correct settings in admin and
this is what I have in tutor-plug yml file:
name: third-party-auth
version: 1.0.0
patches:
common-env-features: |
"ENABLE_THIRD_PARTY_AUTH": true
openedx-auth: |
"SOCIAL_AUTH_OAUTH_SECRETS": {"google-oauth2": "client-secret-from-google"}
lms-env: |
"THIRD_PARTY_AUTH_BACKENDS": ["social_core.backends.google.GoogleOAuth2"]
I’m hoping someone who has the knowledge can shed some lights? Thanks.