rest - Microsoft bot framework broke on its own -


i getting token request:

{     "error": "invalid_request",     "error_description": "aadsts90002: no service namespace named 'botframework.com' found in 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 namespace changed? can't figure out anywhere. it's v3.1 don't see why not working?

i sending request https://login.microsoftonline.com/botframework.com/oauth2/v2.0/token

its issue bot framework authentication portal.ms have acknowledged , working fixed. see issue report , comment .

https://github.com/microsoft/botbuilder/issues/3197


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -