This question has been flagged
2 Replies
7621 Views

     As we have many existing clients is authenticate  in Auth0,  I would like to know does it possible to integrate Auth0 with Odoo  (different user would use different database)
    Where would I find related  document on this issue 

Avatar
Discard
Best Answer

Our group has released the first un-official Auth0 module for Odoo. Its still in its infancy, but we are using this module successfully in our own projects.  We released it as free software because we believe in Odoo, Auth0 and the community process.

If you need support, please contact me on the GitHub project page for this module: https://github.com/idazco/odoo_auth0

-Mike Mugge

Avatar
Discard
Best Answer

I can't give you a definitive answer from the Odoo side as I was also not able to find any definitive documentation on this. From the Auth0 side, the requirements would be that Odoo supports either the OpenID Connect or SAML protocol for user authentication purposes.

For reference purposes here's the documentation on how to then integrate an application relying in one of those protocols with Auth0:

  • https://auth0.com/docs/protocols/oauth-web-protocol

  • https://auth0.com/docs/saml-configuration

Avatar
Discard