How To Authenticate Third Party Auth using Okta

Hi everyone,

I’d like to ask of why the third party button not showing in the login page even if I do this rules base on the docs, my tutor version is quince v17.0.0 4.22.3.2.1. Integrating with an OAuth2 Identity Provider — Installing, Configuring, and Running the Open edX Platform documentation

here is my lms.env.yml

FEATURES:
ENABLE_UNICODE_USERNAME: true
ENABLE_COMBINED_LOGIN_REGISTRATION: true
ENABLE_THIRD_PARTY_AUTH: true
ENABLE_CHANGE_USER_PASSWORD_ADMIN: true
CERTIFICATES_HTML_VIEW: true
PREVIEW_LMS_BASE: “preview.domain.com
ENABLE_COURSE_DISCOVERY: true
ENABLE_COURSEWARE_SEARCH: true
ENABLE_CSMH_EXTENDED: false
ENABLE_DASHBOARD_SEARCH: true
ENABLE_GRADE_DOWNLOADS: true
ENABLE_LEARNER_RECORDS: false
ENABLE_MOBILE_REST_API: true
ENABLE_OAUTH2_PROVIDER: true
ENABLE_PREREQUISITE_COURSES: true
MILESTONES_APP: true
ENABLE_COMPLETION_TRACKING: true
COMPLETION_AGGREGATOR_ASYNC_AGGREGATION: true

THIRD_PARTY_AUTH_BACKENDS:

  • social_core.backends.okta.OktaOAuth2
  • social_core.backends.azuread.AzureADOAuth2