MSAL-客户端Auth-持续身份验证

发布于 2025-01-22 04:14:53 字数 203 浏览 1 评论 0原文

我正在寻找正确的方法,将365个身份连接到代表我在MS Graph中代表我工作的后端服务。

我已经搜索了大量文章,但是我发现的只是足够好的细节是需要管理员cont的内容,而不是客户 /我的名称空间,

我可以得到客户端令牌,但是我的问题是自动续订客户令牌,因为它仅持续使用X时间。

我使用node.js作为后端..

有什么想法 /方向吗?

I'm looking for the right approach to connect a 365 identity to a backend service that works on behalf of me in MS Graph.

I have searched a ton of articles, but all I find which is good enough details is stuff that requires admin concent not the client /me namespace

I can get a client token but my issue is to renew the client token automatically because it only lasts for x time.

I use Node.JS as backend..

Any ideas / direction?

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

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

发布评论

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

评论(1

时光是把杀猪刀 2025-01-29 04:14:53

请使用“代表用户获取访问”,请遵循文档 - https://learn.microsoft.com/en-us/graph/auth-v2-service ,希望这对您有帮助,如果您有任何担忧,请告诉我们。

Microsoft Graph揭示了在其自己的身份下调用Microsoft Graph的应用程序权限(Microsoft Graph还向代表用户拨打Microsoft Graph的应用程序公开了委派的权限)。
请检查doc- https://learn.microsoft.com/en-us/graph/auth-v2-service#2-configure-permissions-for-microsoft-graph

有关Microsoft Graph可用的权限的更多详细信息,请参阅 - https://learn.microsoft.com/en.microsoft.com/en-en-us/graph/ permissions-reference

”在此处输入图像说明”

Please use "Get access on behalf of a user " flow , follow the docs - https://learn.microsoft.com/en-us/graph/auth-v2-service , hope this will be helpful to you , let us know if your have any concern.

enter image description here

Microsoft Graph exposes application permissions for apps that call Microsoft Graph under their own identity (Microsoft Graph also exposes delegated permissions for apps that call Microsoft Graph on behalf of a user).
please check doc- https://learn.microsoft.com/en-us/graph/auth-v2-service#2-configure-permissions-for-microsoft-graph

For more detailed information about the permissions available with Microsoft Graph, see the - https://learn.microsoft.com/en-us/graph/permissions-reference

enter image description here

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