Skip to content

Commit

Permalink
[IMP] auth_oidc: update documentation for 12.0.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-wtioit committed Nov 7, 2023
1 parent 0d15649 commit 00dc648
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion auth_oidc/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "Authentication OpenID Connect",
"version": "12.0.1.1.0",
"version": "12.0.1.2.0",
"license": "AGPL-3",
"author": (
"ICTSTUDIO, André Schenkels, "
Expand Down
1 change: 1 addition & 0 deletions auth_oidc/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Alexandre Fayolle <[email protected]>
* Stéphane Bidoul <[email protected]>
* Andreas Perhab <[email protected]>
21 changes: 21 additions & 0 deletions auth_oidc/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
12.0.1.2.0 2022-11-22
~~~~~~~~~~~~~~~~~~~~~

* Fix handling OpenID Connect responses without custom mapping by using the ``sub`` claim as user id
* Fix handling OpenID Connect ID Tokens without Key ID (``kid``)

12.0.1.1.0 2022-11-22
~~~~~~~~~~~~~~~~~~~~~

* Enable allowing assigning groups from token claims

12.0.1.0.1 2022-02-28
~~~~~~~~~~~~~~~~~~~~~

* Updated readme and pot

12.0.1.0.0 2022-02-12
~~~~~~~~~~~~~~~~~~~~~

* Backport to Odoo 12

13.0.1.0.0 2020-04-10
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 00dc648

Please sign in to comment.