[IMP] General: Oauth seemore additions

closes odoo/documentation#3931

Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
Timothy Kukulka (tiku) 2023-03-28 17:06:34 +00:00 committed by Zachary Straub (ZST)
parent 415a817c57
commit aa4e5d7a01
6 changed files with 30 additions and 6 deletions

View File

@ -11,6 +11,10 @@ personal email address or an address created by a custom domain.
For more information, visit `Microsoft's documentation <https://learn.microsoft.com/en-us/azure/ For more information, visit `Microsoft's documentation <https://learn.microsoft.com/en-us/azure/
active-directory/develop/quickstart-register-app>`_ on setting up OAuth in Azure. active-directory/develop/quickstart-register-app>`_ on setting up OAuth in Azure.
.. seealso::
- :doc:`/applications/general/auth/azure`
- :doc:`/applications/general/calendars/outlook/outlook_calendar`
Setup in Microsoft Azure Portal Setup in Microsoft Azure Portal
=============================== ===============================

View File

@ -11,6 +11,10 @@ email address or an address created by a custom domain.
For more information, visit `Google's documentation For more information, visit `Google's documentation
<https://support.google.com/cloud/answer/6158849>`_ on setting up OAuth. <https://support.google.com/cloud/answer/6158849>`_ on setting up OAuth.
.. seealso::
- :doc:`/applications/general/auth/google`
- :doc:`/applications/general/calendars/google/google_calendar_credentials`
Setup in Google Setup in Google
=============== ===============

View File

@ -1,6 +1,10 @@
===== ======================================
OAuth Microsoft Azure sign-in authentication
===== ======================================
Due to specific requirements in Azure's OAuth implementation, Due to specific requirements in Azure's OAuth implementation, Microsoft Azure OAuth identification
Microsoft Azure OAuth identification is NOT compatible with Odoo at the moment. is NOT compatible with Odoo at the moment.
.. seealso::
- :doc:`/applications/general/calendars/outlook/outlook_calendar`
- :doc:`/administration/maintain/azure_oauth`

View File

@ -8,6 +8,10 @@ with their Google account.
This is particularly helpful if your organization uses Google Workforce and you want the employees This is particularly helpful if your organization uses Google Workforce and you want the employees
within your organization to connect to Odoo with their Google Accounts. within your organization to connect to Odoo with their Google Accounts.
.. seealso::
- :doc:`/applications/general/calendars/google/google_calendar_credentials`
- :doc:`/administration/maintain/google_oauth`
.. _google-sign-in/configuration: .. _google-sign-in/configuration:
Configuration Configuration
@ -42,7 +46,7 @@ OAuth consent screen
:align: center :align: center
:alt: Google oauth consent selection menu :alt: Google oauth consent selection menu
#. Choose one of the options **(Internal / External)** as instructed, and click on *Create*. #. Choose the option for :guilabel:`internal`, and click on :guilabel:`Create`.
.. image:: google/consent.png .. image:: google/consent.png
:align: center :align: center

View File

@ -5,6 +5,10 @@ Synchronize Google Calendar with Odoo
Synchronize Google Calendar with Odoo to see and manage meetings from both platforms (updates go Synchronize Google Calendar with Odoo to see and manage meetings from both platforms (updates go
in both directions). This integration helps organize your schedule so you never miss a meeting. in both directions). This integration helps organize your schedule so you never miss a meeting.
.. seealso::
- :doc:`/applications/general/auth/google`
- :doc:`/administration/maintain/google_oauth`
Setup in Google Setup in Google
=============== ===============

View File

@ -5,6 +5,10 @@ Synchronize Outlook Calendar with Odoo
Synchronizing a user's Outlook Calendar with Odoo is useful for keeping track of their tasks and Synchronizing a user's Outlook Calendar with Odoo is useful for keeping track of their tasks and
appointments across all related applications. appointments across all related applications.
.. seealso::
- :doc:`/applications/general/auth/azure`
- :doc:`/administration/maintain/azure_oauth`
Register the application with Microsoft Azure Register the application with Microsoft Azure
============================================= =============================================