MSAL-如何使用Angular 13兼容MSAL库获取ID令牌

发布于 2025-01-21 07:11:24 字数 239 浏览 0 评论 0 原文

我们正在使用“ MSAL Angular 13”兼容库进行Azure AD身份验证。默认情况下,它通过访问令牌。

在我的项目中,我们需要传递ID令牌不访问令牌。如何获得ID令牌? MSAL有一项服务,但是没有诸如“获取的“ idtone””之类的方法,这是我们有3种获取访问令牌的方法。

我们刚刚获得了ID令牌的链接,但同样的方法是通过Java脚本。我们会尝试查看,如果 没有看到细节)。

可以做一些

事情(

We are using "MSAL Angular 13" compatible library for Azure AD Authentication. By Default, it passes Access Token.

In my project, we need to pass ID Token not Access token. How to get ID Token? MSAL has one service but there is no methods like "Acquired"IDTone", the way we have 3 methods for getting Access tokens.

We just got a link for ID token but the same is through java script. We will try and see, if something can be done(Not seen the details).

Any pointers would be very heplful.

thanks and best regards

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

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

发布评论

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

评论(1

坏尐絯 2025-01-28 07:11:24

尝试AuthResponse对象的iDtoken属性。

所有acepiretoken()方法返回id_token。

Try the idToken property of the authResponse object.

https://azuread.github.io/microsoft-authentication-library-for-js/docs/msal/modules/_authresponse_.html

All acquireToken() methods return an id_token.

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