From 73dea23f2cc10ea880ec19989d3eaaeabca875d7 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 3 Jun 2023 01:21:45 +0100 Subject: python/python-msal: Added (Microsoft Auth Library (MSAL) for Python) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python-msal/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python-msal/README (limited to 'python/python-msal/README') diff --git a/python/python-msal/README b/python/python-msal/README new file mode 100644 index 0000000000..2be145af49 --- /dev/null +++ b/python/python-msal/README @@ -0,0 +1,8 @@ +python-msal (Microsoft Authentication Library (MSAL) for Python) + +The Microsoft Authentication Library for Python enables applications +to integrate with the Microsoft identity platform. It allows you +to sign in users or apps with Microsoft identities (Azure AD, +Microsoft Accounts and Azure AD B2C accounts) and obtain tokens +to call Microsoft APIs such as Microsoft Graph or your own APIs +registered with the Microsoft identity platform. -- cgit v1.2.3