[IMP] Maintain/Productivity: Azure Name Change
closes odoo/documentation#6120 Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
parent
8e7fd152ac
commit
b65dd60b25
@ -25,13 +25,13 @@ To get started, go to `Microsoft's Azure Portal <https://portal.azure.com/>`_. L
|
|||||||
:guilabel:`Microsoft Outlook Office 365` account if there is one, otherwise log in with the
|
:guilabel:`Microsoft Outlook Office 365` account if there is one, otherwise log in with the
|
||||||
personal :guilabel:`Microsoft account`. A user with administrative access to the Azure Settings
|
personal :guilabel:`Microsoft account`. A user with administrative access to the Azure Settings
|
||||||
will need to connect and perform the following configuration. Next, navigate to the section
|
will need to connect and perform the following configuration. Next, navigate to the section
|
||||||
labeled :guilabel:`Manage Azure Active Directory`.
|
labeled :guilabel:`Manage Microsoft Entra ID` (formally *Azure Active Directory*).
|
||||||
|
|
||||||
Now, click on :guilabel:`Add (+)`, located in the top menu, and then select :guilabel:`App
|
Now, click on :guilabel:`Add (+)`, located in the top menu, and then select :guilabel:`App
|
||||||
registration`. On the :guilabel:`Register an application` screen, rename the :guilabel:`Name` to
|
registration`. On the :guilabel:`Register an application` screen, rename the :guilabel:`Name` to
|
||||||
`Odoo` or something recognizable. Under the :guilabel:`Supported account types` section select
|
`Odoo` or something recognizable. Under the :guilabel:`Supported account types` section select
|
||||||
:guilabel:`Accounts in any organizational directory (Any Azure AD directory - Multitenant) and
|
:guilabel:`Accounts in any organizational directory (Any Microsoft Entra ID directory - Multitenant)
|
||||||
personal Microsoft accounts (e.g. Skype, Xbox)`.
|
and personal Microsoft accounts (e.g. Skype, Xbox)`.
|
||||||
|
|
||||||
Under the :guilabel:`Redirect URL` section, select :guilabel:`Web` as the platform, and then input
|
Under the :guilabel:`Redirect URL` section, select :guilabel:`Web` as the platform, and then input
|
||||||
`https://<odoo base url>/microsoft_outlook/confirm` in the :guilabel:`URL` field. The Odoo base
|
`https://<odoo base url>/microsoft_outlook/confirm` in the :guilabel:`URL` field. The Odoo base
|
||||||
|
@ -50,8 +50,8 @@ account`.
|
|||||||
A user with administrative access to the *Azure Settings* must connect and perform the following
|
A user with administrative access to the *Azure Settings* must connect and perform the following
|
||||||
configuration steps below.
|
configuration steps below.
|
||||||
|
|
||||||
Next, navigate to the section labeled :guilabel:`Manage Azure Active Directory`. The location of
|
Next, navigate to the section labeled :guilabel:`Manage Microsoft Entra ID` (formally *Azure Active
|
||||||
this link is usually in the center of the page.
|
Directory*). The location of this link is usually in the center of the page.
|
||||||
|
|
||||||
Now, click on the :guilabel:`Add (+)` icon, located in the top menu, and then select :guilabel:`App
|
Now, click on the :guilabel:`Add (+)` icon, located in the top menu, and then select :guilabel:`App
|
||||||
registration` from the drop-down menu. On the :guilabel:`Register an application` screen, rename the
|
registration` from the drop-down menu. On the :guilabel:`Register an application` screen, rename the
|
||||||
|
@ -17,14 +17,15 @@ account is free for users who have never tried or paid for Azure. For more infor
|
|||||||
<https://azure.microsoft.com/en-us/free/?WT.mc_id=A261C142F>`_.
|
<https://azure.microsoft.com/en-us/free/?WT.mc_id=A261C142F>`_.
|
||||||
|
|
||||||
Refer to `Microsoft's documentation <https://docs.microsoft.com/en-us/azure/active-directory/
|
Refer to `Microsoft's documentation <https://docs.microsoft.com/en-us/azure/active-directory/
|
||||||
develop/quickstart-create-new-tenant>`_ on how to set up an Azure AD Tenant (also called an
|
develop/quickstart-create-new-tenant>`_ on how to set up an Microsoft Entra ID (formally called
|
||||||
*environment*), which is a representation of an organization to manage and register apps.
|
*Microsoft Azure Active Directory (Azure AD)*), which is a representation of an organization to
|
||||||
|
manage and register apps.
|
||||||
|
|
||||||
Then, `Register an Application <https://docs.microsoft.com/en-us/azure/active-directory/develop/
|
Then, `Register an Application <https://docs.microsoft.com/en-us/azure/active-directory/develop/
|
||||||
quickstart-register-app>`_, choosing the appropriate :guilabel:`Supported account type`. Users who
|
quickstart-register-app>`_, choosing the appropriate :guilabel:`Supported account type`. Users who
|
||||||
wish to connect their Outlook calendar to Odoo should select the :guilabel:`Accounts in any
|
wish to connect their Outlook calendar to Odoo should select the :guilabel:`Accounts in any
|
||||||
organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts
|
organizational directory (Any Microsoft Entra ID directory - Multitenant) and personal Microsoft
|
||||||
(e.g. Skype, Xbox)` option for :guilabel:`Supported account types`.
|
accounts (e.g. Skype, Xbox)` option for :guilabel:`Supported account types`.
|
||||||
|
|
||||||
When configuring the :guilabel:`Redirect URI`, choose :guilabel:`Web` and copy the Odoo database
|
When configuring the :guilabel:`Redirect URI`, choose :guilabel:`Web` and copy the Odoo database
|
||||||
URI (URL) followed by `/microsoft_account/authentication`.
|
URI (URL) followed by `/microsoft_account/authentication`.
|
||||||
@ -35,7 +36,7 @@ URI (URL) followed by `/microsoft_account/authentication`.
|
|||||||
|
|
||||||
.. image:: outlook/azure-register-application.png
|
.. image:: outlook/azure-register-application.png
|
||||||
:align: center
|
:align: center
|
||||||
:alt: The "Supported account type" and "Redirect URI" settings in the Microsoft Azure AD portal.
|
:alt: The "Supported account type" and "Redirect URI" settings in the Microsoft Entra ID portal.
|
||||||
|
|
||||||
For more information on the restrictions and limitations of URIs, `check this page <https://docs.
|
For more information on the restrictions and limitations of URIs, `check this page <https://docs.
|
||||||
microsoft.com/en-us/azure/active-directory/develop/reply-url>`_.
|
microsoft.com/en-us/azure/active-directory/develop/reply-url>`_.
|
||||||
@ -135,9 +136,9 @@ The synchronization is a two-way process, meaning that events are reconciled in
|
|||||||
.. note::
|
.. note::
|
||||||
All users that want to use the synchronization simply need to :ref:`sync their calendar with
|
All users that want to use the synchronization simply need to :ref:`sync their calendar with
|
||||||
Outlook <outlook/sync>`. The configuration of Microsoft's Azure account
|
Outlook <outlook/sync>`. The configuration of Microsoft's Azure account
|
||||||
is only done once, as Azure AD tenants' Client IDs and Client Secrets are unique, and represent
|
is only done once, as Microsoft Entra ID tenants' Client IDs and Client Secrets are unique, and
|
||||||
an organization that helps the user to manage a specific instance of Microsoft cloud services
|
represent an organization that helps the user to manage a specific instance of Microsoft cloud
|
||||||
for their internal and external users.
|
services for their internal and external users.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
- :doc:`../../sales/crm/optimize/outlook_extension`
|
- :doc:`../../sales/crm/optimize/outlook_extension`
|
||||||
|
Loading…
Reference in New Issue
Block a user