我按照以下链接设置Azure AD B2C-使用图谱API设置
我能够继续执行powershell命令设置,但是当我尝试使用该应用程序时,当它执行以下代码时,
authContext.AcquireToken("https://graph.windows.net", credential);
得到如下错误,这有什么问题?
AADSTS70001: Application with identifier '33d8d9ba-8c07-462a-8936-23387ddb4x5e'
was not found in the directory abc.onmicrosoft.com
Trace ID: b858d725-fbaa-4a39-8da1-84ef2a82a0a9
Correlation ID: da7c254e-a10e-4df6-9965-215685447e74
Timestamp: 2016-03-29 06:40:23Z
如何解决此问题。任何投入都赞赏。
答案 0 :(得分:1)
感谢您的评论,终于找到了问题。
执行以下命令,发现未创建应用程序。
Get-MsolServicePrincipal -AppPrincipalId 33d8d9ba-8c07-462a-8936-23387ddb4x5e。
我重新创建了应用程序并尝试了,事情似乎正在发挥作用。
我有一个类似的问题,这也得到了解决
Error - Connect-MsolService : Your credentials could not be authenticated. Try again
如果您在PowerShell上创建应用程序时遇到任何问题,请按照以下问题中提供的解决方案进行操作。