Skip to Content
Menu
This question has been flagged
1 Reply
3085 Views

Hi guys,

I have 2 different instances, a live one that contains Odoo 12 (Community) and i've discovered recently that there is a module i need (eLearning) on Odoo 13. I want to create a SSO (single sign-on) for these 2 instances in order a user to have the same credentials for both instances. 

Do you know any elegant way to do this scenario?

Thanks.

Avatar
Discard
Best Answer

you can set up LDAP server for authentication.
install auth_ldap module on both instances and it should check credentials from the same LDAP server.

ref: https://www.odoo.com/forum/help-1/question/ldap-authentication-how-to-configure-151413

Avatar
Discard