Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3449 Vistas

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
Descartar
Mejor respuesta

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
Descartar