Hi everyone !
I am trying to enable login or register with Google or Facebook follow the 
steps:
1 Enable "ENABLE_THIRD_PARTY_AUTH": true ,in lms.env.json
2 Fill client id and client secret in lms.auth.json:

"THIRD_PARTY_AUTH": {
    "Google": {
        "SOCIAL_AUTH_GOOGLE_OAUTH2_KEY": "google_key",
        "SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET": "google_secret"
    }
3 restart lms: 
I am not sure with above these steps,After all I login into lms but button 
sign in with google don't appear

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/631c0872-f9ca-4068-b144-6745af39b797%40googlegroups.com.

Reply via email to