@@ -17,13 +17,13 @@ Auth SAML environement
1717 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818 :alt: License: AGPL-3
1919.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github
20- :target: https://github.com/OCA/server-env/tree/14 .0/auth_saml_environment
20+ :target: https://github.com/OCA/server-env/tree/18 .0/auth_saml_environment
2121 :alt: OCA/server-env
2222.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23- :target: https://translation.odoo-community.org/projects/server-env-14 -0/server-env-14 -0-auth_saml_environment
23+ :target: https://translation.odoo-community.org/projects/server-env-18 -0/server-env-18 -0-auth_saml_environment
2424 :alt: Translate me on Weblate
2525.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26- :target: https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=14 .0
26+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-env&target_branch=18 .0
2727 :alt: Try me on Runboat
2828
2929|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
@@ -38,45 +38,44 @@ This module allows to use server env for SAML configuration
3838Installation
3939============
4040
41- To install this module, you need to have the following modules installed and
42- properly configured: ` server_environment module ` ` auth_saml `
41+ To install this module, you need to have the following modules installed
42+ and properly configured: server_environment module auth_saml
4343
4444Configuration
4545=============
4646
4747To configure this module, you need to:
4848
49- Create a module server_environment_file with a cfg file or set the environment variable
50- SERVER_ENV_CONFIG with the following section:
49+ Create a module server_environment_file with a cfg file or set the
50+ environment variable SERVER_ENV_CONFIG with the following section:
5151
5252[auth_saml_provider.<name>]
5353
54- Where <name> is optional and must be equal to the name field you defined in Odoo for the IDP.
55-
54+ Where <name> is optional and must be equal to the name field you defined
55+ in Odoo for the IDP.
5656
5757Example of configuration
5858
5959[auth_saml_provider.my_idp]
6060
61- idp_metadata=<...>
62- sp_baseurl=https://odoo-community.org
63- sp_pem_public_path=/data/cert.pem
64- sp_pem_private_path=/data/key.pem
61+ idp_metadata=<...> sp_baseurl=\ https://odoo-community.org
62+ sp_pem_public_path=/data/cert.pem sp_pem_private_path=/data/key.pem
6563
6664Usage
6765=====
6866
6967Once configured, Odoo will read the Auth SAML Providers values from the
7068configuration.
7169
72- Note that visibility of login button for SAML is changed and differs from `auth_saml ` module,
73- instead of relying on which fields are filled or not, all providers will be displayed as long
74- as their configuration in Odoo are set to active.
70+ Note that visibility of login button for SAML is changed and differs
71+ from auth_saml module, instead of relying on which fields are filled or
72+ not, all providers will be displayed as long as their configuration in
73+ Odoo are set to active.
7574
7675Known issues / Roadmap
7776======================
7877
79- * Due to the special nature of this addon, you cannot test it on the OCA
78+ - Due to the special nature of this addon, you cannot test it on the OCA
8079 runbot.
8180
8281Bug Tracker
@@ -85,26 +84,26 @@ Bug Tracker
8584Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-env/issues >`_.
8685In case of trouble, please check there if your issue has already been reported.
8786If you spotted it first, help us to smash it by providing a detailed and welcomed
88- `feedback <https://github.com/OCA/server-env/issues/new?body=module:%20auth_saml_environment%0Aversion:%2014 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
87+ `feedback <https://github.com/OCA/server-env/issues/new?body=module:%20auth_saml_environment%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
8988
9089Do not contact contributors directly about support or help with technical issues.
9190
9291Credits
9392=======
9493
9594Authors
96- ~~~~~~~
95+ -------
9796
9897* Camptocamp
9998
10099Contributors
101- ~~~~~~~~~~~~
100+ ------------
102101
103- * Denis Leemann <denis.leemann@camptocamp.com>
104- * Yannick Vaucher <yannick.vaucher@camptocamp.com>
102+ - Denis Leemann <denis.leemann@camptocamp.com>
103+ - Yannick Vaucher <yannick.vaucher@camptocamp.com>
105104
106105Maintainers
107- ~~~~~~~~~~~
106+ -----------
108107
109108This module is maintained by the OCA.
110109
@@ -116,6 +115,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
116115mission is to support the collaborative development of Odoo features and
117116promote its widespread use.
118117
119- This module is part of the `OCA/server-env <https://github.com/OCA/server-env/tree/14 .0/auth_saml_environment >`_ project on GitHub.
118+ This module is part of the `OCA/server-env <https://github.com/OCA/server-env/tree/18 .0/auth_saml_environment >`_ project on GitHub.
120119
121120You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments