File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
9696Changelog
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+
9910717.0.1.1.0
100108----------
101109
Original file line number Diff line number Diff line change 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" ],
Original file line number Diff line number Diff line change 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
310When using attribute mapping, only write value that changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments