使用Python有任何有关Office365 SSO的文档吗?

发布于 2025-01-18 20:44:42 字数 450 浏览 3 评论 0原文

我目前正在尝试开发使用Python使用MS-Graph API的应用程序。 我正在尝试使用SSO身份验证,但找不到与任何资源或文档有关的。 我发现此文档 https://learn.microsoft.com/en-us/office/dev/add-ins/develop/sso-insso-infice-add-ins 但这仅适用于JavaScript。

我使用烧瓶和其他脚本编写了一个使用O365 Python软件包的脚本。 我试图实现的应用似乎并不是一个单一的标志...

我正在寻找任何可以帮助的文档。

I'm currently trying to develop an application to use ms-graph API using python.
I'm trying to use SSO authentication but I cant find any resources or documentation related.
I found this documentation https://learn.microsoft.com/en-us/office/dev/add-ins/develop/sso-in-office-add-ins
but it is only for javascript.

I wrote a script using Flask and another script using O365 python package.
It doesnt seem like its a Single sign on application that I try to achieve...

I'm looking for any documentation that could help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜深人未静 2025-01-25 20:44:42

您指的是 Office Web 加载项,您也可以在其中使用 SSO。但您似乎正在开发一个使用 Graph API 的独立应用程序。在这种情况下,您可能会发现 配置基于 SAML 的单使用 Microsoft Graph API 登录您的应用程序教程很有帮助。

You are referring to the Office web add-ins where you could also use SSO. But it seems you are developing a standalone application where Graph API is used. In that case you may find the Configure SAML-based single sign-on for your application using the Microsoft Graph API tutorial helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文