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 > README.rst </ title >
6+ < title > Auth Oauth Autologin </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document ">
363+ < div class ="document " id ="auth-oauth-autologin ">
364+ < h1 class ="title "> Auth Oauth Autologin</ h1 >
364365
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 ="auth-oauth-autologin ">
370- < h1 > Auth Oauth Autologin</ h1 >
371366<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372367!! This file is generated by oca-gen-addon-readme !!
373368!! changes will be overwritten. !!
374369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375370!! source digest: sha256:435818516444b963cf87e2c9fdb478ece9d33f578cde5960255b34cb5ffd84cd
376371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/17.0/auth_oauth_autologin "> < 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-17-0/server-auth-17-0-auth_oauth_autologin "> < 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=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
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/18.0/auth_oauth_autologin "> < 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-18-0/server-auth-18-0-auth_oauth_autologin "> < 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=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378373< p > This modules implements an automatic redirection to the configured OAuth
379374provider login page, if there is one and only one enabled. This
380375effectively makes the regular Odoo login screen invisible in normal
@@ -387,13 +382,14 @@ <h1>Auth Oauth Autologin</h1>
387382< li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-3 "> Bug Tracker</ a > </ li >
388383< li > < a class ="reference internal " href ="#credits " id ="toc-entry-4 "> Credits</ a > < ul >
389384< li > < a class ="reference internal " href ="#authors " id ="toc-entry-5 "> Authors</ a > </ li >
390- < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-6 "> Maintainers</ a > </ li >
385+ < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-6 "> Contributors</ a > </ li >
386+ < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-7 "> Maintainers</ a > </ li >
391387</ ul >
392388</ li >
393389</ ul >
394390</ div >
395391< div class ="section " id ="configuration ">
396- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
392+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
397393< p > Configure OAuth providers in Settings > Users and Companies, and make
398394sure there is one and only one that has both the enabled and automatic
399395login flags set.</ p >
@@ -413,29 +409,38 @@ <h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
413409the user back in Odoo, in a fresh session.</ p >
414410</ div >
415411< div class ="section " id ="usage ">
416- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
412+ < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
417413< p > When configured, the Odoo login page redirects to the OAuth identify
418414provider for authentication and login in Odoo. To access the regular
419415Odoo login page, visit < tt class ="docutils literal "> < span class ="pre "> /web/login?no_autologin</ span > </ tt > .</ p >
420416</ div >
421417< div class ="section " id ="bug-tracker ">
422- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
418+ < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
423419< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-auth/issues "> GitHub Issues</ a > .
424420In case of trouble, please check there if your issue has already been reported.
425421If you spotted it first, help us to smash it by providing a detailed and welcomed
426- < a class ="reference external " href ="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_oauth_autologin%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
422+ < a class ="reference external " href ="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_oauth_autologin%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
427423< p > Do not contact contributors directly about support or help with technical issues.</ p >
428424</ div >
429425< div class ="section " id ="credits ">
430- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
426+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
431427< div class ="section " id ="authors ">
432- < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
428+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
433429< ul class ="simple ">
434430< li > ACSONE SA/NV</ li >
435431</ ul >
436432</ div >
433+ < div class ="section " id ="contributors ">
434+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
435+ < ul class ="simple ">
436+ < li > < a class ="reference external " href ="https://trobz.com "> Trobz</ a > :< ul >
437+ < li > Tuan Nguyen << a class ="reference external " href ="mailto:tuanna@trobz.com "> tuanna@trobz.com</ a > ></ li >
438+ </ ul >
439+ </ li >
440+ </ ul >
441+ </ div >
437442< div class ="section " id ="maintainers ">
438- < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h3 >
443+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
439444< p > This module is maintained by the OCA.</ p >
440445< a class ="reference external image-reference " href ="https://odoo-community.org ">
441446< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -445,11 +450,10 @@ <h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
445450promote its widespread use.</ p >
446451< p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
447452< p > < a class ="reference external image-reference " href ="https://github.com/sbidoul "> < img alt ="sbidoul " src ="https://github.com/sbidoul.png?size=40px " /> </ a > </ p >
448- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-auth/tree/17 .0/auth_oauth_autologin "> OCA/server-auth</ a > project on GitHub.</ p >
453+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/server-auth/tree/18 .0/auth_oauth_autologin "> OCA/server-auth</ a > project on GitHub.</ p >
449454< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
450455</ div >
451456</ div >
452457</ div >
453- </ div >
454458</ body >
455459</ html >
0 commit comments