aboutsummaryrefslogtreecommitdiff
path: root/python/python-msal/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-03 01:21:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:24 +0700
commit73dea23f2cc10ea880ec19989d3eaaeabca875d7 (patch)
treea26a72e897fbfda4a2e1fdf1d026c83c96d46aac /python/python-msal/README
parent5f99e93e6b159517cb78755d425419ec247aec04 (diff)
python/python-msal: Added (Microsoft Auth Library (MSAL) for Python)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-msal/README')
-rw-r--r--python/python-msal/README8
1 files changed, 8 insertions, 0 deletions
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.