Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit ea948e9

Browse files
authored
Advertise MSAL Python (#219)
Advertise MSAL Python in both README and API reference docs
1 parent a4366c5 commit ea948e9

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

docs/source/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
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+
923
Welcome to ADAL Python's documentation!
1024
=======================================
1125

0 commit comments

Comments
 (0)