nelc / futurex-openedx-extensions

Open edX APIs and reporting tools
Other
0 stars 0 forks source link

fix: Whitelist all `https://dashboard.stage.nelp.gov.sa/` for login redirects #39

Closed OmarIthawi closed 2 days ago

OmarIthawi commented 5 days ago

Please check this PR and ensure it's working fine: https://github.com/nelc/manifest-sagar/pull/397

OmarIthawi commented 5 days ago

@iamjazzar fyi it should be whitelisted:

$ ./manage.py lms print_setting LOGIN_REDIRECT_WHITELIST

['studio.stage.nelp.gov.sa', 'dashboard.stage.nelp.gov.sa', 'stage.nelp.gov.sa']

@iamjazzar please close this bug until we fix the redirect end to end.

shadinaif commented 2 days ago

Closing because @iamjazzar and @OmarIthawi resolved this issue