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