Can’t access to CMS, so 1- Studio Login via the LMS still pending.
I just read around the forum and i saw that DISABLE_STUDIO_SSO_OVER_LMS has been removed on juniper, then there is another solution to access CMS after installing SSL Certificate for subdomaine. I try it like this:
/edx/etc/lms.yml
LOGIN_REDIRECT_WHITELIST:
- lms.eduworld-cm.com
- cms.eduworld-cm.com
SESSION_COOKIE_DOMAIN = ‘.eduworld-cm.com’
/edx/etc/studio.yml
LOGIN_REDIRECT_WHITELIST:
- cms.eduworld-cm.com
SESSION_COOKIE_DOMAIN = ‘.eduworld-cm.com’
/edx/bin/supervisorctl restart all
Then results:
1- Django LMS ADMIN is ok:
2- CMS:
(Studio Home Page using secure https, click on SIGN IN)
(Redirected to LMS LOGIN, LMS page using secure https, click on SIGN IN with staff account)
(Redirected to Studio Home Page, without logged in to Studio, but…)
(The Login process properly works to LMS Page)
Do i missed something?