This is the documentation repository for Microsoft Authentication Library (MSAL) for Python. If you are looking for the library, refer to AzureAD/microsoft-authentication-library-for-python.
Contributions to our documentation are welcome. Make sure to familiarize yourself with the Microsoft Writing Style Guide and the Contributor Guide before making any changes.
Warning Do not modify any YML files in the
python/docs-ref-autogen
folder - those are generated automatically from the library source code and any changes will be automatically overwritten the next time the documentation Continuous Integration (CI) job runs. To make changes to any API docs you will need to open a pull request in the AzureAD/microsoft-authentication-library-for-python repository.
If you would like to author an entirely new document (e.g., for a new scenario), make sure to open an issue first. This will allow the engineering team to discuss the proposed changes and ensure that it won't be overwritten by future changes.
Continuous Integration (CI) jobs for this repository are available in the automation Azure DevOps instance.
Note The changes from the CI job will always be pushed to the
smoke-test
branch first. To propagate them to production, merge the changes intomain
, and then mergemain
tolive
. Ensure that all checks pass before merging changes.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.