From 24f4348a46fa04330d3288bf8059caacbcf75256 Mon Sep 17 00:00:00 2001 From: "Timothy Kukulka (tiku)" Date: Tue, 28 Mar 2023 17:06:34 +0000 Subject: [PATCH] [IMP] General: Oauth seemore additions closes odoo/documentation#3936 X-original-commit: aa4e5d7a016f3426c9c63541a0374ce388a672c4 Signed-off-by: Zachary Straub (zst) --- content/administration/maintain/azure_oauth.rst | 4 ++++ content/administration/maintain/google_oauth.rst | 4 ++++ content/applications/general/auth/azure.rst | 14 +++++++++----- content/applications/general/auth/google.rst | 6 +++++- .../google/google_calendar_credentials.rst | 4 ++++ .../general/calendars/outlook/outlook_calendar.rst | 4 ++++ 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/content/administration/maintain/azure_oauth.rst b/content/administration/maintain/azure_oauth.rst index 1e2e1c013..e144e4704 100644 --- a/content/administration/maintain/azure_oauth.rst +++ b/content/administration/maintain/azure_oauth.rst @@ -11,6 +11,10 @@ personal email address or an address created by a custom domain. `Microsoft Learn: Register an application with the Microsoft identity platform `_ +.. seealso:: + - :doc:`/applications/general/auth/azure` + - :doc:`/applications/general/calendars/outlook/outlook_calendar` + Setup in Microsoft Azure Portal =============================== diff --git a/content/administration/maintain/google_oauth.rst b/content/administration/maintain/google_oauth.rst index 153de3f2a..ced3b5b52 100644 --- a/content/administration/maintain/google_oauth.rst +++ b/content/administration/maintain/google_oauth.rst @@ -11,6 +11,10 @@ email address or an address created by a custom domain. For more information, visit `Google's documentation `_ on setting up OAuth. +.. seealso:: + - :doc:`/applications/general/auth/google` + - :doc:`/applications/general/calendars/google/google_calendar_credentials` + Setup in Google =============== diff --git a/content/applications/general/auth/azure.rst b/content/applications/general/auth/azure.rst index a8ed96794..68156e64b 100644 --- a/content/applications/general/auth/azure.rst +++ b/content/applications/general/auth/azure.rst @@ -1,6 +1,10 @@ -===== -OAuth -===== +====================================== +Microsoft Azure sign-in authentication +====================================== -Due to specific requirements in Azure's OAuth implementation, -Microsoft Azure OAuth identification is NOT compatible with Odoo at the moment. +Due to specific requirements in Azure's OAuth implementation, Microsoft Azure OAuth identification +is NOT compatible with Odoo at the moment. + +.. seealso:: + - :doc:`/applications/general/calendars/outlook/outlook_calendar` + - :doc:`/administration/maintain/azure_oauth` diff --git a/content/applications/general/auth/google.rst b/content/applications/general/auth/google.rst index 414ed0a67..b3efe89c2 100644 --- a/content/applications/general/auth/google.rst +++ b/content/applications/general/auth/google.rst @@ -8,6 +8,10 @@ with their Google account. 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. +.. seealso:: + - :doc:`/applications/general/calendars/google/google_calendar_credentials` + - :doc:`/administration/maintain/google_oauth` + .. _google-sign-in/configuration: Configuration @@ -42,7 +46,7 @@ OAuth consent screen :align: center :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 :align: center diff --git a/content/applications/general/calendars/google/google_calendar_credentials.rst b/content/applications/general/calendars/google/google_calendar_credentials.rst index fc944edc1..16ad8f3e1 100644 --- a/content/applications/general/calendars/google/google_calendar_credentials.rst +++ b/content/applications/general/calendars/google/google_calendar_credentials.rst @@ -5,6 +5,10 @@ Synchronize Google Calendar with Odoo 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. +.. seealso:: + - :doc:`/applications/general/auth/google` + - :doc:`/administration/maintain/google_oauth` + Setup in Google =============== diff --git a/content/applications/general/calendars/outlook/outlook_calendar.rst b/content/applications/general/calendars/outlook/outlook_calendar.rst index 7844e0f10..d5ce06e83 100644 --- a/content/applications/general/calendars/outlook/outlook_calendar.rst +++ b/content/applications/general/calendars/outlook/outlook_calendar.rst @@ -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 appointments across all related applications. +.. seealso:: + - :doc:`/applications/general/auth/azure` + - :doc:`/administration/maintain/azure_oauth` + Register the application with Microsoft Azure =============================================