SSO third party icon does not show

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.

Take a look here: 4.24.3. Integrating Third Party Authentication in Open edX — Installing, Configuring, and Running the Open edX Platform documentation

I believe you have not done the Django Admin parts.

@hilltop16 did you ever figure out what happens?

I’m having a very similar issue with SAML. A direct copy of the production settings, same plugin, same admin settings, but the button is not showing up in the local dev environment.

See also SAML in local MFE authn development environment for a related issue