Skip to content

Commit

Permalink
Update link (hopefully to the correct syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Jan 11, 2024
1 parent c198b8c commit 30e3bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_dance/contrib/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc#the-offline_access-scope>
will be enabled. `See the Azure documentation for more information.
<https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc#the-offline_access-scope>`_
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
Expand Down

0 comments on commit 30e3bf1

Please sign in to comment.