0

How to achieve single-sign-on between two different domain and platform. I have created a site in open-edx and use my other wordpress site as user sign in.

My issue is if I am login to wordpress site and open my edx site it should be logged in and redirect me to my profile page.

How can I identify in edx site that I am alredy logig in other site and take me to the profile page, like youtube and gmail.

Thanks.

khush
  • 31
  • 7
  • Please [refer this link](https://stackoverflow.com/questions/4662348/implementing-single-sign-on-sso-using-django) may be help to solve issue – Gopal Bhuva May 02 '18 at 08:54

1 Answers1

1

There is a WordPress plugin developed by eduNext. You can customize the redirect part. Any other requirements you can enhance the plugin.

https://wordpress.org/plugins/edunext-openedx-integrator/

Basic structure. enter image description here

Isanka Wijerathne
  • 3,746
  • 3
  • 26
  • 34