【发布时间】:2018-05-09 13:37:37
【问题描述】:
我在 angular 5 项目中使用 adal 服务进行 Microsoft auth2.0 身份验证。 我通过
获得 id_tokenthis.adalService.getCachedToken(this.secretService.adalConfig.clientId);
但我需要 Accesstoken 进行进一步的令牌验证。
我试过https://graph.microsoft.com/v1.0/me api 但得到访问令牌验证失败错误
【问题讨论】:
标签: javascript angular azure adal