docs/content/integration/openid-connect/clients/odoo/index.md
{{% oidc-common %}}
This example makes the following assumptions:
https://odoo.{{< sitevar name="domain" nojs="example.com" >}}/https://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/odooSome of the values presented in this guide can automatically be replaced with documentation variables.
{{< sitevar-preferences >}}
The following YAML configuration is an example Authelia client configuration for use with Odoo which will operate with the application example:
identity_providers:
oidc:
clients:
- client_id: 'odoo'
client_name: 'Odoo'
public: true
authorization_policy: 'two_factor'
require_pkce: true
pkce_challenge_method: 'S256'
redirect_uris:
- 'https://odoo.{{< sitevar name="domain" nojs="example.com" >}}/auth_oauth/signin'
scopes:
- 'openid'
- 'email'
- 'profile'
response_types:
- 'token'
grant_types:
- 'implicit'
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'none'
To configure Odoo there is one method, using the Web GUI.
To configure Odoo to utilize Authelia as an OpenID Connect 1.0 Provider, use the following instructions:
AutheliaodooAutheliahttps://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/api/oidc/authorizationhttps://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/api/oidc/userinfohttps://{{< sitevar name="subdomain-authelia" nojs="auth" >}}.{{< sitevar name="domain" nojs="example.com" >}}/jwks.json