From 30e3bf1f076702e9fd1e050aea820fd66d75da5f Mon Sep 17 00:00:00 2001 From: emilhe Date: Thu, 11 Jan 2024 16:18:52 +0100 Subject: [PATCH] Update link (hopefully to the correct syntax) --- flask_dance/contrib/azure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_dance/contrib/azure.py b/flask_dance/contrib/azure.py index 275bb12..fe35a42 100644 --- a/flask_dance/contrib/azure.py +++ b/flask_dance/contrib/azure.py @@ -35,8 +35,8 @@ def make_azure_blueprint( client_secret (str): The client secret for your application on Azure AD scope (str, optional): comma-separated list of scopes for the OAuth token. If the ``offline_access`` scope is included, automatic token refresh - will be enabled. See the Azure documentation for more information. - + will be enabled. `See the Azure documentation for more information. + `_ redirect_url (str): the URL to redirect to after the authentication dance is complete redirect_to (str): if ``redirect_url`` is not defined, the name of the