aboutsummaryrefslogtreecommitdiff
path: root/python/python3-msal/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-04-06 07:14:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:02:12 +0700
commit9159b81f4886ce918a63a757dc469e4d99f01df0 (patch)
treed72e07e1eca7cf45c5906a31560553799595ab4b /python/python3-msal/README
parent36f5dea92793b863d79d805b54a3a3cea3063241 (diff)
python/python3-msal: Added (Python3 version of python-msal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-msal/README')
-rw-r--r--python/python3-msal/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-msal/README b/python/python3-msal/README
new file mode 100644
index 0000000000..0bdc60387e
--- /dev/null
+++ b/python/python3-msal/README
@@ -0,0 +1,8 @@
+python3-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.