Skip to content

Commit 5d1f0c5

Browse files
committed
[BOT] post-merge updates
1 parent 34dfbab commit 5d1f0c5

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addon | version | maintainers | summary
3030
[auth_ldaps](auth_ldaps/) | 17.0.1.0.0 | | Allows to use LDAP over SSL authentication
3131
[auth_oauth_multi_token](auth_oauth_multi_token/) | 17.0.1.0.0 | | Allow multiple connection with the same OAuth account
3232
[auth_oidc](auth_oidc/) | 17.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
33-
[auth_saml](auth_saml/) | 17.0.1.0.1 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
33+
[auth_saml](auth_saml/) | 17.0.1.0.2 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
3434
[auth_session_timeout](auth_session_timeout/) | 17.0.1.0.1 | | This module disable all inactive sessions since a given delay
3535
[auth_signup_verify_email](auth_signup_verify_email/) | 17.0.1.0.0 | | Force uninvited users to use a good email for signup
3636
[auth_user_case_insensitive](auth_user_case_insensitive/) | 17.0.1.0.0 | | Makes the user login field case insensitive

auth_saml/README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SAML2 Authentication
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:ffa8efafb4e4dcf93290b09d3910d691b713c29ca2ba54b6b263a9a4336a49b4
10+
!! source digest: sha256:f11b828c2fb6ecdce71d6b314a12033683c795178ecae0052f78541e0cf215fe
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -96,6 +96,14 @@ Known issues / Roadmap
9696
Changelog
9797
=========
9898

99+
17.0.1.0.2 (2025-05-13)
100+
-----------------------
101+
102+
Bugfixes
103+
~~~~~~~~
104+
105+
- Avoid redirecting when there is a SAML error.
106+
99107
17.0.1.1.0
100108
----------
101109

auth_saml/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "SAML2 Authentication",
7-
"version": "17.0.1.0.1",
7+
"version": "17.0.1.0.2",
88
"category": "Tools",
99
"author": "XCG Consulting, Odoo Community Association (OCA)",
1010
"maintainers": ["vincent-hatakeyama"],

auth_saml/readme/HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 17.0.1.0.2 (2025-05-13)
2+
3+
### Bugfixes
4+
5+
- Avoid redirecting when there is a SAML error.
6+
7+
18
## 17.0.1.1.0
29

310
When using attribute mapping, only write value that changes.

auth_saml/readme/newsfragments/+avoid_autoredirect_loop.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)