Microsoft bot framework broke on its own [closed]

柔情痞子 提交于 2019-12-21 12:27:14

问题


I am getting this for my token request:

{
    "error": "invalid_request",
    "error_description": "AADSTS90002: No service namespace named 'botframework.com' was found in the data store.\r\nTrace ID: d164a5d4-2c28-4491-bd88-1f8b31b52800\r\nCorrelation ID: 3ab5127e-690e-40b6-a433-2986bd711541\r\nTimestamp: 2017-07-25 18:38:00Z",
    "error_codes": [90002],
    "timestamp": "2017-07-25 18:38:00Z",
    "trace_id": "d164a5d4-2c28-4491-bd88-1f8b31b52800",
    "correlation_id": "3ab5127e-690e-40b6-a433-2986bd711541"
}

Has the namespace changed? Can't figure out anywhere. It's also V3.1 so don't see why its not working?

I am sending request to https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token


回答1:


Its an issue from bot framework authentication portal.MS have acknowledged it and is working to get it fixed. see my issue report and their comment .

https://github.com/Microsoft/BotBuilder/issues/3197




回答2:


The issue has now been resolved. Please let us know if you see this again.



来源:https://stackoverflow.com/questions/45311258/microsoft-bot-framework-broke-on-its-own

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!