gpt4 book ai didi

python - 使用 azure AD 保护 python rest API

转载 作者:行者123 更新时间:2023-12-04 09:51:54 26 4
gpt4 key购买 nike

我有一些我想用 azure AD 保护的 python rest API。
为此,我想根据示例验证每个请求的不记名 token :
https://github.com/Azure-Samples/ms-identity-python-webapi-azurefunctions .

这是正确的方法吗?最佳做法是什么?
没有更简单的方法来管理 session 吗?类似于flask-login但用于API的东西(即不基于 session cookie的东西)?

谢谢
里卡尔多

最佳答案

Is that the correct approach? What is the best practice?



是的,它是正确的,它应该是最好的实践(至少我能找到)。为了使用 Azure AD 保护 API,您始终需要为其注册 AD 应用程序,公开 API,然后在您的客户端应用程序中,添加 API 权限,用户登录并同意该权限,获取 token 并调用 API。

There is not a simpler way to managing sessions? Something similar to flask-login but for APIs (i.e. something not based on session cookies)?



据我所知,API 没有类似于flask-login 的东西。

关于python - 使用 azure AD 保护 python rest API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62001860/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com