Hello,
I followed this documentation to setup the Azure sign-in: https://www.odoo.com/documentation/18.0/applications/general/users/azure.html
As I am only in charge of the Odoo part (no access to entra id), so far I only
- set auth_oauth.authorization_header to 1
- navigated to Settings ‣ Integrations ‣ OAuth Authentication and check the box to activate the OAuth login feature.
At this stage, I didn't create the new OAuth provider, as I'm waiting for the client id and authorization endpoint from the partner to realize the integration.
However, the partner asked me for the Redirect URL. I want to test the URL before giving it to an external partner.
When doing so: https://<odoo base url>/auth_oauth/signin => I am redirected to the website module, that I will also use on my Odoo instance.
When trying: https://<odoo base url>/odoo/auth_oauth/signin, I get an error message "signin action does not exist". I want to configure the SSO for the backoffice (hence, "/odoo" after the odoo base url), and not for the website.
What happens? Is it because I didn't create the oauth provider that this action does not exist?
Best Regards,
Nicolas