Skip to content

Commit

Permalink
Extend scope docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emilhe committed Jan 11, 2024
1 parent 2bd8268 commit c198b8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flask_dance/contrib/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ def make_azure_blueprint(
Args:
client_id (str): The client ID for your application on Azure AD.
client_secret (str): The client secret for your application on Azure AD
scope (str, optional): comma-separated list of scopes for the OAuth token
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>
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 c198b8c

Please sign in to comment.