简体   繁体   中英

Does Odoo REST API allow login to Odoo Web UI backend?

I am looking for alternative ways to login to Odoo Web UI backend.

I have google around the internet for alternative ways to login to Odoo web backend.

I am looking on a Authentication Portal to login to all my odoo instance. I am using java as the programming language due to requirements of my project.

I am not allowed to use any social media login methods for this project.

Some of the things which I found:

  • To login via /web/login standard login page. (Does not fit my project requirement)
  • https://odoo_server_url/web/login?db=db_name&login=username&key=password (Already Removed in Odoo 10 due to its vulnerability)
  • Odoo XMLRPC (Only allowed access to Odoo Database only not Web UI level)
  • Odoo google OAuth2 Client that only have documentation on how it works with google account
  • Free REST API and Oauth2 modules which there are not much documentation on how they work.

Does anyone know of any other ways to login to odoo server web backend without using the /web/login login page?

Thanks in Advance.

Right now there is no any core feature provided alternate of your requirement but as backend, some modules are available to auth as REST API.

Below is the link to access free modules for REST API.

https://www.odoo.com/apps/modules/browse?price=Free&search=rest+api

Might be this module will help but you need to do some more customiz for the same.

https://www.odoo.com/apps/modules/11.0/smile_api_rest/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM