This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ This library, ADAL for Python, will no longer receive new feature improvement. Its successor,
4+ [MSAL for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python),
5+ are now generally available.
6+
7+ * If you are starting a new project, you can get started with the
8+ [MSAL Python docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki)
9+ for details about the scenarios, usage, and relevant concepts.
10+ * If your application is using the previous ADAL Python library, you can follow this
11+ [migration guide](https://docs.microsoft.com/en-us/azure/active-directory/develop/migrate-python-adal-msal)
12+ to update to MSAL Python.
13+ * Existing applications relying on ADAL Python will continue to work.
14+
15+ ---
16+
117# Microsoft Azure Active Directory Authentication Library (ADAL) for Python
218
319 ` master ` branch | ` dev ` branch | Reference Docs
Original file line number Diff line number Diff line change 66.. This file is also inspired by
77 https://pythonhosted.org/an_example_pypi_project/sphinx.html#full-code-example
88
9+ .. note ::
10+ This library, ADAL for Python, will no longer receive new feature improvement. Its successor,
11+ `MSAL for Python <https://github.com/AzureAD/microsoft-authentication-library-for-python >`_,
12+ are now generally available.
13+
14+ * If you are starting a new project, you can get started with the
15+ `MSAL Python docs <https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki >`_
16+ for details about the scenarios, usage, and relevant concepts.
17+ * If your application is using the previous ADAL Python library, you can follow this
18+ `migration guide <https://docs.microsoft.com/en-us/azure/active-directory/develop/migrate-python-adal-msal >`_
19+ to update to MSAL Python.
20+ * Existing applications relying on ADAL Python will continue to work.
21+
22+
923Welcome to ADAL Python's documentation!
1024=======================================
1125
You can’t perform that action at this time.
0 commit comments