File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626[ auth_api_key_group] ( auth_api_key_group/ ) | 18.0.1.0.0 | [ ![ simahawk] ( https://github.com/simahawk.png?size=30px )] ( https://github.com/simahawk ) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys.
2727[ auth_api_key_server_env] ( auth_api_key_server_env/ ) | 18.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention:
2828[ auth_oidc] ( auth_oidc/ ) | 18.0.1.0.0 | [ ![ sbidoul] ( https://github.com/sbidoul.png?size=30px )] ( https://github.com/sbidoul ) | Allow users to login through OpenID Connect Provider
29+ [ auth_oidc_environment] ( auth_oidc_environment/ ) | 18.0.1.0.0 | | This module allows to use server env for OIDC configuration
2930[ auth_saml] ( auth_saml/ ) | 18.0.1.0.0 | [ ![ vincent-hatakeyama] ( https://github.com/vincent-hatakeyama.png?size=30px )] ( https://github.com/vincent-hatakeyama ) | SAML2 Authentication
3031[ base_user_empty_password] ( base_user_empty_password/ ) | 18.0.1.0.0 | [ ![ grindtildeath] ( https://github.com/grindtildeath.png?size=30px )] ( https://github.com/grindtildeath ) | Allows to empty password of users
3132[ base_user_show_email] ( base_user_show_email/ ) | 18.0.1.0.0 | | Untangle user login and email
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Auth Oidc Environment
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:18aa5a39b1804e3212b277bcc74b32f2297dca10bf1d3192c5fd659082b81150
10+ !! source digest: sha256:187d3de5c2f18bdaa56b4a217732ca633e79fe8cbdcf764f3db75e2d6f47dd84
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -81,8 +81,8 @@ Authors
8181Contributors
8282------------
8383
84- - Adrien PEIFFER <adrien.peiffer@acsone.eu> (ACSONE SA/NV)
85- - Raphaël Reverdy <raphael.reverdy@akretion.com> (Akretion)
84+ - Adrien PEIFFER <adrien.peiffer@acsone.eu> (ACSONE SA/NV)
85+ - Raphaël Reverdy <raphael.reverdy@akretion.com> (Akretion)
8686
8787Maintainers
8888-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Auth Oidc Environment</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:18aa5a39b1804e3212b277bcc74b32f2297dca10bf1d3192c5fd659082b81150
370+ !! source digest: sha256:187d3de5c2f18bdaa56b4a217732ca633e79fe8cbdcf764f3db75e2d6f47dd84
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-auth/tree/18.0/auth_oidc_environment "> < img alt ="OCA/server-auth " src ="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_oidc_environment "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > this module allows to use server env for OIDC configuration</ p >
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-server-auth"
3- version = " 18.0.20250115 .0"
3+ version = " 18.0.20250120 .0"
44dependencies = [
55 " odoo-addon-auth_admin_passkey==18.0.*" ,
66 " odoo-addon-auth_api_key==18.0.*" ,
77 " odoo-addon-auth_api_key_group==18.0.*" ,
88 " odoo-addon-auth_api_key_server_env==18.0.*" ,
99 " odoo-addon-auth_oidc==18.0.*" ,
10+ " odoo-addon-auth_oidc_environment==18.0.*" ,
1011 " odoo-addon-auth_saml==18.0.*" ,
1112 " odoo-addon-base_user_empty_password==18.0.*" ,
1213 " odoo-addon-base_user_show_email==18.0.*" ,
You can’t perform that action at this time.
0 commit comments