oca-server-auth/odoo-bringout-oca-server-auth-auth_oidc_environment/auth_oidc_environment/readme/CONFIGURE.rst
2025-08-29 15:43:06 +02:00

14 lines
387 B
ReStructuredText

To configure this module, you need to:
Create a module server_environment_file with a cfg file or set the environment variable SERVER_ENV_CONFIG with the following section:
[auth_oauth_provider.<name>]
Where <name> is optional and must be equal to the name field you defined in Odoo for the IDP.
Example of configuration
[auth_oauth_provider.azure]
client_id=...
client_secret=...