diff --git a/content/administration/maintain/azure_oauth.rst b/content/administration/maintain/azure_oauth.rst index 462e369d6..bb6e38f02 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. For more information, visit `Microsoft's documentation `_ on setting up OAuth in Azure. +.. 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 5a0a0b20c..65507af8d 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 =============================================