是否可以在微服务中使用MSAL使用Azure AD V1 V2令牌令牌?

发布于 2025-01-28 13:11:27 字数 198 浏览 5 评论 0原文

我使用Azure添加,并具有10个微服务。 使用Adal库进行现有实施。

现在,我已经开始将微服务转换为使用MSAL。 众所周知,Adal使用V1令牌和MSDL将开始使用V2。

如果我开始将项目转换为使用 MSAL将逐渐发生。

有人知道MSDL和ADL令牌会与我的所有微服务同时工作吗? 因为我将从使用MSDL的微服务之一开始。 任何想法。

I m working with azure add and have more then 10 microservices.
have existing implementation with ADAL library.

now I have started converting my microservice to use MSAL.
as we know ADAL use V1 token and MSDL will start using V2.

will that work both at same time cos if I start converting my projects to use
MSAL it will happen gradually.

any one know will MSDL and ADL token will work same time with my all microservice ?
as I will start with one of microservice to use MSDL ..
any thought.

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

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

发布评论

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

评论(1

梦毁影碎の 2025-02-04 13:11:27

您尚未指定如何验证令牌等,但总的来说,应用程序/服务可以信任多种类型的令牌,并且只要您告诉您,就可以从多个发行人那里信任。

You have not specified how you are validating your token etc but in general yes, an application/service can trust tokens of multiple types and from multiple issuers without any problem as long as you tell it to.

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