Skip to content

Commit

Permalink
config: changed default backend to ol-oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Feb 7, 2025
1 parent 93e7d52 commit 30646b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mitxpro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,13 +1073,13 @@

OPENEDX_OAUTH_PROVIDER = get_string(
name="OPENEDX_OAUTH_PROVIDER",
default="mitxpro-oauth2",
default="ol-oauth2",
description="Social auth oauth provider backend name",
)

OPENEDX_SOCIAL_LOGIN_PATH = get_string(
name="OPENEDX_SOCIAL_LOGIN_PATH",
default="/auth/login/mitxpro-oauth2/?auth_entry=login",
default="/auth/login/ol-oauth2/?auth_entry=login",
description="Open edX social auth login url",
)

Expand Down

0 comments on commit 30646b5

Please sign in to comment.