From fb3ec4e846d807cf3d816447f1a3e1f2a490689f Mon Sep 17 00:00:00 2001 From: Abdelkrim from Brussels Date: Thu, 30 Dec 2021 23:03:33 +0100 Subject: [PATCH] docs: add the link to the Application Registration Portal (#425) --- docs/examples/outlook.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/outlook.rst b/docs/examples/outlook.rst index d038d17..fe1af25 100644 --- a/docs/examples/outlook.rst +++ b/docs/examples/outlook.rst @@ -1,11 +1,12 @@ Outlook Calendar OAuth 2 Tutorial ================================= -Create a new web application client in the `Microsoft Application Registration Portal`_ +Create a new web application client in the `Microsoft Application Registration Portal`_ (a login is required) When you have obtained a ``client_id``, ``client_secret`` and registered a callback URL then you can try out the command line interactive example below. .. _`Outlook App console`: https://apps.dev.microsoft.com +.. _`Microsoft Application Registration Portal`: https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade .. code-block:: pycon