AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
790 stars 194 forks source link

A demo on how to use prompt=create #360

Closed rayluo closed 3 years ago

rayluo commented 3 years ago

By design, MSAL Python's acquire_token_interactive(..., prompt=...) always accepts arbitrary string, so this feature has already been shipped last year.

This PR adds a line in the dev sample to show how to use it.

This PR is now the last action item of #356 , so, it will resolve #356.