Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoftdocs/microsoft-authentication-library-for-python
📚 Documentation repository for MSAL Python
https://github.com/microsoftdocs/microsoft-authentication-library-for-python
authentication docs documentation msal python security
Last synced: about 2 months ago
JSON representation
📚 Documentation repository for MSAL Python
- Host: GitHub
- URL: https://github.com/microsoftdocs/microsoft-authentication-library-for-python
- Owner: MicrosoftDocs
- License: cc-by-4.0
- Created: 2022-11-09T09:17:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T00:25:47.000Z (2 months ago)
- Last Synced: 2024-11-02T01:16:46.194Z (2 months ago)
- Topics: authentication, docs, documentation, msal, python, security
- Language: PowerShell
- Homepage: https://learn.microsoft.com/entra/msal/python/
- Size: 5.88 MB
- Stars: 0
- Watchers: 9
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Microsoft Authentication Library (MSAL) for Python
[![Validate existing links](https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/actions/workflows/linkvalidator.yml/badge.svg)](https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/actions/workflows/linkvalidator.yml)
This is the **documentation repository** for Microsoft Authentication Library (MSAL) for Python.
| Resource | Location |
|:-----------------------------|:-----------|
| ✅ **SDK Repository** | [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) |
| ✅ **SDK Package** | [`msal`](https://pypi.org/project/msal/) |
| ✅ **SDK Documentation** | [MSAL for Python on Microsoft Learn](https://learn.microsoft.com/entra/msal/python/) |
| 🔒 **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169) |## Contributions
Contributions to our documentation are welcome. Make sure to familiarize yourself with the [Microsoft Writing Style Guide](https://learn.microsoft.com/style-guide/welcome/) and the [Contributor Guide](https://learn.microsoft.com/contribute/) before making any changes.
If you would like to author an entirely new document (e.g., for a new scenario), make sure to [open an issue](https://github.com/AzureAD/microsoft-authentication-library-for-python/issues) first. This will allow the engineering team to discuss the proposed changes and ensure that it won't be overwritten by future changes.
## API Documentation
**Do not** modify any XML 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 runs.
To make changes to any API docs you will need to open a pull request in the [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) repository and amend code comments.
## Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.