Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:2.0:single_sign_on:saml_odoo [2026/09/05 22:27] – [Quick Overview] kainhofer | en:2.0:single_sign_on:saml_odoo [2026/09/05 23:14] (current) – [Caveats and Things to Consider] kainhofer | ||
|---|---|---|---|
| Line 119: | Line 119: | ||
| * Odoo does NOT automatically create a new user account if a successful login from an unknown Admidio account occurs. Instead, one first has to create a new user (or connect an existing user) and connect that user with the proper Admidio user account name. In Admidio' | * Odoo does NOT automatically create a new user account if a successful login from an unknown Admidio account occurs. Instead, one first has to create a new user (or connect an existing user) and connect that user with the proper Admidio user account name. In Admidio' | ||
| + | * Odoo does not support SAML Single-Log-Out, | ||
| + | * Odoo's SAML User IDs are case-sensitive. If your Admidio username is " | ||
| * To install the SAML plugin, odoo needs the " | * To install the SAML plugin, odoo needs the " | ||
| * If odoo is behind a reverse proxy (e.g. Nginx Proxy Manager), correct proxy settings both in Odoo and the proxy itself is vital to make sure that the SAML endpoints in the metadata file and the actually called endpoints actually use https. Otherwise, login will fail without a helpful error message. | * If odoo is behind a reverse proxy (e.g. Nginx Proxy Manager), correct proxy settings both in Odoo and the proxy itself is vital to make sure that the SAML endpoints in the metadata file and the actually called endpoints actually use https. Otherwise, login will fail without a helpful error message. | ||
| * In `odoo.conf` set < | * In `odoo.conf` set < | ||
| * Make sure the reverse proxy sends all proper proxy headers, including X-FORWARDED-HOST, | * Make sure the reverse proxy sends all proper proxy headers, including X-FORWARDED-HOST, | ||