Skip to content

Commit a7f47d6

Browse files
committed
[UPD] README.rst
1 parent 1ee0882 commit a7f47d6

File tree

2 files changed

+69
-17
lines changed

2 files changed

+69
-17
lines changed

auth_oidc/README.rst

+23-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authentication OpenID Connect
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a88c12a52e0442df204964b5391f4ddf55cfab142c2822beac028d59ac576771
10+
!! source digest: sha256:059ca8537cc0b06efb15060db7acf1045e2462104ea83bc43292901f65f48555
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -120,6 +120,27 @@ Known issues / Roadmap
120120
Changelog
121121
=========
122122

123+
12.0.1.2.0 2022-11-22
124+
~~~~~~~~~~~~~~~~~~~~~
125+
126+
* Fix handling OpenID Connect responses without custom mapping by using the ``sub`` claim as user id
127+
* Fix handling OpenID Connect ID Tokens without Key ID (``kid``)
128+
129+
12.0.1.1.0 2022-11-22
130+
~~~~~~~~~~~~~~~~~~~~~
131+
132+
* Enable allowing assigning groups from token claims
133+
134+
12.0.1.0.1 2022-02-28
135+
~~~~~~~~~~~~~~~~~~~~~
136+
137+
* Updated readme and pot
138+
139+
12.0.1.0.0 2022-02-12
140+
~~~~~~~~~~~~~~~~~~~~~
141+
142+
* Backport to Odoo 12
143+
123144
13.0.1.0.0 2020-04-10
124145
~~~~~~~~~~~~~~~~~~~~~
125146

@@ -155,6 +176,7 @@ Contributors
155176

156177
* Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
157178
* Stéphane Bidoul <stephane.bidoul@acsone.eu>
179+
* Andreas Perhab <andreas.perhab@wt-io-it.at>
158180

159181
Maintainers
160182
~~~~~~~~~~~

auth_oidc/static/description/index.html

+46-16
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Authentication OpenID Connect</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a88c12a52e0442df204964b5391f4ddf55cfab142c2822beac028d59ac576771
370+
!! source digest: sha256:059ca8537cc0b06efb15060db7acf1045e2462104ea83bc43292901f65f48555
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/12.0/auth_oidc"><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-12-0/server-auth-12-0-auth_oidc"><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&amp;target_branch=12.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 users to login through an OpenID Connect provider using the
@@ -386,15 +386,19 @@ <h1 class="title">Authentication OpenID Connect</h1>
386386
<li><a class="reference internal" href="#usage" id="toc-entry-5">Usage</a></li>
387387
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-6">Known issues / Roadmap</a></li>
388388
<li><a class="reference internal" href="#changelog" id="toc-entry-7">Changelog</a><ul>
389-
<li><a class="reference internal" href="#section-1" id="toc-entry-8">13.0.1.0.0 2020-04-10</a></li>
390-
<li><a class="reference internal" href="#section-2" id="toc-entry-9">10.0.1.0.0 2018-10-05</a></li>
389+
<li><a class="reference internal" href="#section-1" id="toc-entry-8">12.0.1.2.0 2022-11-22</a></li>
390+
<li><a class="reference internal" href="#section-2" id="toc-entry-9">12.0.1.1.0 2022-11-22</a></li>
391+
<li><a class="reference internal" href="#section-3" id="toc-entry-10">12.0.1.0.1 2022-02-28</a></li>
392+
<li><a class="reference internal" href="#section-4" id="toc-entry-11">12.0.1.0.0 2022-02-12</a></li>
393+
<li><a class="reference internal" href="#section-5" id="toc-entry-12">13.0.1.0.0 2020-04-10</a></li>
394+
<li><a class="reference internal" href="#section-6" id="toc-entry-13">10.0.1.0.0 2018-10-05</a></li>
391395
</ul>
392396
</li>
393-
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-10">Bug Tracker</a></li>
394-
<li><a class="reference internal" href="#credits" id="toc-entry-11">Credits</a><ul>
395-
<li><a class="reference internal" href="#authors" id="toc-entry-12">Authors</a></li>
396-
<li><a class="reference internal" href="#contributors" id="toc-entry-13">Contributors</a></li>
397-
<li><a class="reference internal" href="#maintainers" id="toc-entry-14">Maintainers</a></li>
397+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-14">Bug Tracker</a></li>
398+
<li><a class="reference internal" href="#credits" id="toc-entry-15">Credits</a><ul>
399+
<li><a class="reference internal" href="#authors" id="toc-entry-16">Authors</a></li>
400+
<li><a class="reference internal" href="#contributors" id="toc-entry-17">Contributors</a></li>
401+
<li><a class="reference internal" href="#maintainers" id="toc-entry-18">Maintainers</a></li>
398402
</ul>
399403
</li>
400404
</ul>
@@ -476,45 +480,71 @@ <h1><a class="toc-backref" href="#toc-entry-6">Known issues / Roadmap</a></h1>
476480
<div class="section" id="changelog">
477481
<h1><a class="toc-backref" href="#toc-entry-7">Changelog</a></h1>
478482
<div class="section" id="section-1">
479-
<h2><a class="toc-backref" href="#toc-entry-8">13.0.1.0.0 2020-04-10</a></h2>
483+
<h2><a class="toc-backref" href="#toc-entry-8">12.0.1.2.0 2022-11-22</a></h2>
480484
<ul class="simple">
481-
<li>Odoo 13 migration, add authorization code flow.</li>
485+
<li>Fix handling OpenID Connect responses without custom mapping by using the <tt class="docutils literal">sub</tt> claim as user id</li>
486+
<li>Fix handling OpenID Connect ID Tokens without Key ID (<tt class="docutils literal">kid</tt>)</li>
482487
</ul>
483488
</div>
484489
<div class="section" id="section-2">
485-
<h2><a class="toc-backref" href="#toc-entry-9">10.0.1.0.0 2018-10-05</a></h2>
490+
<h2><a class="toc-backref" href="#toc-entry-9">12.0.1.1.0 2022-11-22</a></h2>
491+
<ul class="simple">
492+
<li>Enable allowing assigning groups from token claims</li>
493+
</ul>
494+
</div>
495+
<div class="section" id="section-3">
496+
<h2><a class="toc-backref" href="#toc-entry-10">12.0.1.0.1 2022-02-28</a></h2>
497+
<ul class="simple">
498+
<li>Updated readme and pot</li>
499+
</ul>
500+
</div>
501+
<div class="section" id="section-4">
502+
<h2><a class="toc-backref" href="#toc-entry-11">12.0.1.0.0 2022-02-12</a></h2>
503+
<ul class="simple">
504+
<li>Backport to Odoo 12</li>
505+
</ul>
506+
</div>
507+
<div class="section" id="section-5">
508+
<h2><a class="toc-backref" href="#toc-entry-12">13.0.1.0.0 2020-04-10</a></h2>
509+
<ul class="simple">
510+
<li>Odoo 13 migration, add authorization code flow.</li>
511+
</ul>
512+
</div>
513+
<div class="section" id="section-6">
514+
<h2><a class="toc-backref" href="#toc-entry-13">10.0.1.0.0 2018-10-05</a></h2>
486515
<ul class="simple">
487516
<li>Initial implementation</li>
488517
</ul>
489518
</div>
490519
</div>
491520
<div class="section" id="bug-tracker">
492-
<h1><a class="toc-backref" href="#toc-entry-10">Bug Tracker</a></h1>
521+
<h1><a class="toc-backref" href="#toc-entry-14">Bug Tracker</a></h1>
493522
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
494523
In case of trouble, please check there if your issue has already been reported.
495524
If you spotted it first, help us to smash it by providing a detailed and welcomed
496525
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_oidc%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
497526
<p>Do not contact contributors directly about support or help with technical issues.</p>
498527
</div>
499528
<div class="section" id="credits">
500-
<h1><a class="toc-backref" href="#toc-entry-11">Credits</a></h1>
529+
<h1><a class="toc-backref" href="#toc-entry-15">Credits</a></h1>
501530
<div class="section" id="authors">
502-
<h2><a class="toc-backref" href="#toc-entry-12">Authors</a></h2>
531+
<h2><a class="toc-backref" href="#toc-entry-16">Authors</a></h2>
503532
<ul class="simple">
504533
<li>ICTSTUDIO</li>
505534
<li>André Schenkels</li>
506535
<li>ACSONE SA/NV</li>
507536
</ul>
508537
</div>
509538
<div class="section" id="contributors">
510-
<h2><a class="toc-backref" href="#toc-entry-13">Contributors</a></h2>
539+
<h2><a class="toc-backref" href="#toc-entry-17">Contributors</a></h2>
511540
<ul class="simple">
512541
<li>Alexandre Fayolle &lt;<a class="reference external" href="mailto:alexandre.fayolle&#64;camptocamp.com">alexandre.fayolle&#64;camptocamp.com</a>&gt;</li>
513542
<li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
543+
<li>Andreas Perhab &lt;<a class="reference external" href="mailto:andreas.perhab&#64;wt-io-it.at">andreas.perhab&#64;wt-io-it.at</a>&gt;</li>
514544
</ul>
515545
</div>
516546
<div class="section" id="maintainers">
517-
<h2><a class="toc-backref" href="#toc-entry-14">Maintainers</a></h2>
547+
<h2><a class="toc-backref" href="#toc-entry-18">Maintainers</a></h2>
518548
<p>This module is maintained by the OCA.</p>
519549
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
520550
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

0 commit comments

Comments
 (0)