Hi, We are currently planning on moving our current LMS to Open edX, which we will be hosting ourselves. We are exploring ways to authenticate the users on Open edX when they are redirected from our platform to Open edX on our domain. In our platform. We use Session Authentication; hence i would like to know the best/possible ways to achieve it. Our existing platform uses Django/DRF.
We have multiple parts in our platform other than LMS, and we will be only moving LMS to Open edX, which will be hosted on a different subdomain.
Any guidance or support would be greatly appreciated.
Thanks
Edit:
Thinking of something like SSO.
How we want it to work:
- User logs in to our existing platform
- They will be redirected to our Open Edx domain. Here they should not be asked to log in again.
Our current platform uses SessionAuthentication.