khush
khush

Reputation: 31

Single sign on between different domain and platfomm

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.

Upvotes: 0

Views: 299

Answers (1)

Isanka Wijerathne
Isanka Wijerathne

Reputation: 4176

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

Upvotes: 1

Related Questions