33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Authentication OpenID Connect </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="authentication-openid-connect ">
364- < h1 class ="title "> Authentication OpenID Connect</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="authentication-openid-connect ">
370+ < h1 > Authentication OpenID Connect</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:f94abf0fc8ee2d5c9fde9f36b0b3ece7a612d0e4338f01a71b5e8fc0d1be0f72
375+ !! source digest: sha256:c6615e01f66a09fe805489ba68fbea863cf35a6b1e8293c83c185a79ebe762bb
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < 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/16.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-16-0/server-auth-16-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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < 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/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-auth/tree/16.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-16-0/server-auth-16-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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module allows users to login through an OpenID Connect provider
374379using the authorization code flow or implicit flow.</ p >
375380< p > Note the implicit flow is not recommended because it exposes access
@@ -406,15 +411,15 @@ <h1 class="title">Authentication OpenID Connect</h1>
406411</ ul >
407412</ div >
408413< div class ="section " id ="installation ">
409- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h1 >
414+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h2 >
410415< p > This module depends on the
411416< a class ="reference external " href ="https://pypi.org/project/python-jose/ "> python-jose</ a > library, not to
412417be confused with < tt class ="docutils literal "> jose</ tt > which is also available on PyPI.</ p >
413418</ div >
414419< div class ="section " id ="configuration ">
415- < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h1 >
420+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Configuration</ a > </ h2 >
416421< div class ="section " id ="setup-for-microsoft-azure ">
417- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Setup for Microsoft Azure</ a > </ h2 >
422+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> Setup for Microsoft Azure</ a > </ h3 >
418423< p > Example configuration with OpenID Connect authorization code flow.</ p >
419424< ol class ="arabic simple ">
420425< li > configure a new web application in Azure with OpenID and code flow
@@ -454,7 +459,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Setup for Microsoft Azure</a></h2
454459</ ul >
455460</ div >
456461< div class ="section " id ="setup-for-keycloak ">
457- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Setup for Keycloak</ a > </ h2 >
462+ < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Setup for Keycloak</ a > </ h3 >
458463< p > Example configuration with OpenID Connect authorization code flow.</ p >
459464< p > In Keycloak:</ p >
460465< ol class ="arabic simple ">
@@ -490,11 +495,11 @@ <h2><a class="toc-backref" href="#toc-entry-4">Setup for Keycloak</a></h2>
490495</ div >
491496</ div >
492497< div class ="section " id ="usage ">
493- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Usage</ a > </ h1 >
498+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Usage</ a > </ h2 >
494499< p > On the login page, click on the authentication provider you configured.</ p >
495500</ div >
496501< div class ="section " id ="known-issues-roadmap ">
497- < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Known issues / Roadmap</ a > </ h1 >
502+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Known issues / Roadmap</ a > </ h2 >
498503< ul class ="simple ">
499504< li > When going to the login screen, check for a existing token and do a
500505direct login without the clicking on the SSO link</ li >
@@ -503,76 +508,76 @@ <h1><a class="toc-backref" href="#toc-entry-6">Known issues / Roadmap</a></h1>
503508</ ul >
504509</ div >
505510< div class ="section " id ="changelog ">
506- < h1 > < a class ="toc-backref " href ="#toc-entry-7 "> Changelog</ a > </ h1 >
511+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Changelog</ a > </ h2 >
507512< div class ="section " id ="section-1 ">
508- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> 16.0.1.1.0 2024-02-28</ a > </ h2 >
513+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> 16.0.1.1.0 2024-02-28</ a > </ h3 >
509514< ul class ="simple ">
510515< li > Forward port OpenID Connect fixes from 15.0 to 16.0</ li >
511516</ ul >
512517</ div >
513518< div class ="section " id ="section-2 ">
514- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> 16.0.1.0.2 2023-11-16</ a > </ h2 >
519+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> 16.0.1.0.2 2023-11-16</ a > </ h3 >
515520< ul class ="simple ">
516521< li > Readme link updates</ li >
517522</ ul >
518523</ div >
519524< div class ="section " id ="section-3 ">
520- < h2 > < a class ="toc-backref " href ="#toc-entry-10 "> 16.0.1.0.1 2023-10-09</ a > </ h2 >
525+ < h3 > < a class ="toc-backref " href ="#toc-entry-10 "> 16.0.1.0.1 2023-10-09</ a > </ h3 >
521526< ul class ="simple ">
522527< li > Add AzureAD code flow provider</ li >
523528</ ul >
524529</ div >
525530< div class ="section " id ="section-4 ">
526- < h2 > < a class ="toc-backref " href ="#toc-entry-11 "> 16.0.1.0.0 2023-01-27</ a > </ h2 >
531+ < h3 > < a class ="toc-backref " href ="#toc-entry-11 "> 16.0.1.0.0 2023-01-27</ a > </ h3 >
527532< ul class ="simple ">
528533< li > Odoo 16 migration</ li >
529534</ ul >
530535</ div >
531536< div class ="section " id ="section-5 ">
532- < h2 > < a class ="toc-backref " href ="#toc-entry-12 "> 15.0.1.0.0 2023-01-06</ a > </ h2 >
537+ < h3 > < a class ="toc-backref " href ="#toc-entry-12 "> 15.0.1.0.0 2023-01-06</ a > </ h3 >
533538< ul class ="simple ">
534539< li > Odoo 15 migration</ li >
535540</ ul >
536541</ div >
537542< div class ="section " id ="section-6 ">
538- < h2 > < a class ="toc-backref " href ="#toc-entry-13 "> 14.0.1.0.0 2021-12-10</ a > </ h2 >
543+ < h3 > < a class ="toc-backref " href ="#toc-entry-13 "> 14.0.1.0.0 2021-12-10</ a > </ h3 >
539544< ul class ="simple ">
540545< li > Odoo 14 migration</ li >
541546</ ul >
542547</ div >
543548< div class ="section " id ="section-7 ">
544- < h2 > < a class ="toc-backref " href ="#toc-entry-14 "> 13.0.1.0.0 2020-04-10</ a > </ h2 >
549+ < h3 > < a class ="toc-backref " href ="#toc-entry-14 "> 13.0.1.0.0 2020-04-10</ a > </ h3 >
545550< ul class ="simple ">
546551< li > Odoo 13 migration, add authorization code flow.</ li >
547552</ ul >
548553</ div >
549554< div class ="section " id ="section-8 ">
550- < h2 > < a class ="toc-backref " href ="#toc-entry-15 "> 10.0.1.0.0 2018-10-05</ a > </ h2 >
555+ < h3 > < a class ="toc-backref " href ="#toc-entry-15 "> 10.0.1.0.0 2018-10-05</ a > </ h3 >
551556< ul class ="simple ">
552557< li > Initial implementation</ li >
553558</ ul >
554559</ div >
555560</ div >
556561< div class ="section " id ="bug-tracker ">
557- < h1 > < a class ="toc-backref " href ="#toc-entry-16 "> Bug Tracker</ a > </ h1 >
562+ < h2 > < a class ="toc-backref " href ="#toc-entry-16 "> Bug Tracker</ a > </ h2 >
558563< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-auth/issues "> GitHub Issues</ a > .
559564In case of trouble, please check there if your issue has already been reported.
560565If you spotted it first, help us to smash it by providing a detailed and welcomed
561566< a class ="reference external " href ="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_oidc%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
562567< p > Do not contact contributors directly about support or help with technical issues.</ p >
563568</ div >
564569< div class ="section " id ="credits ">
565- < h1 > < a class ="toc-backref " href ="#toc-entry-17 "> Credits</ a > </ h1 >
570+ < h2 > < a class ="toc-backref " href ="#toc-entry-17 "> Credits</ a > </ h2 >
566571< div class ="section " id ="authors ">
567- < h2 > < a class ="toc-backref " href ="#toc-entry-18 "> Authors</ a > </ h2 >
572+ < h3 > < a class ="toc-backref " href ="#toc-entry-18 "> Authors</ a > </ h3 >
568573< ul class ="simple ">
569574< li > ICTSTUDIO</ li >
570575< li > André Schenkels</ li >
571576< li > ACSONE SA/NV</ li >
572577</ ul >
573578</ div >
574579< div class ="section " id ="contributors ">
575- < h2 > < a class ="toc-backref " href ="#toc-entry-19 "> Contributors</ a > </ h2 >
580+ < h3 > < a class ="toc-backref " href ="#toc-entry-19 "> Contributors</ a > </ h3 >
576581< ul class ="simple ">
577582< li > Alexandre Fayolle << a class ="reference external " href ="mailto:alexandre.fayolle@camptocamp.com "> alexandre.fayolle@camptocamp.com</ a > ></ li >
578583< li > Stéphane Bidoul << a class ="reference external " href ="mailto:stephane.bidoul@acsone.eu "> stephane.bidoul@acsone.eu</ a > ></ li >
@@ -581,7 +586,7 @@ <h2><a class="toc-backref" href="#toc-entry-19">Contributors</a></h2>
581586</ ul >
582587</ div >
583588< div class ="section " id ="maintainers ">
584- < h2 > < a class ="toc-backref " href ="#toc-entry-20 "> Maintainers</ a > </ h2 >
589+ < h3 > < a class ="toc-backref " href ="#toc-entry-20 "> Maintainers</ a > </ h3 >
585590< p > This module is maintained by the OCA.</ p >
586591< a class ="reference external image-reference " href ="https://odoo-community.org ">
587592< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -596,5 +601,6 @@ <h2><a class="toc-backref" href="#toc-entry-20">Maintainers</a></h2>
596601</ div >
597602</ div >
598603</ div >
604+ </ div >
599605</ body >
600606</ html >
0 commit comments