TIP: You can type at any time to perform a new search.
Authenticate via HTTP basic authentication
auth_from_http_basic · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Folder size
- 0.0 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-21 16:31:17
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- Pedro M. Baeza
- Odoo dependencies
- None
- Python dependencies
- None
- System dependencies
- None
- Required by
- auth_from_http_basic_logout
- Description
In an environment where several web applications authenticate against the same source, the simplest way to attain single sign on would be to have the webserver handle authentication and pass the login information via HTTP headers to the application it proxies. This addon allows for this setup. Technically, it picks up the HTTP Authorization header, extracts a username and a password and tries to login into the first database found in the database list. If you have to set a specific database, possibly depending on the login provided, use the addon dbfilter_from_header. The addon has to be loaded as server-wide module. Funders: Open2bizz software & consultancy
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (0)
No models found for this module.
Loading…
Loading…
Loading…