Extension name (the extension in question)
botservice
Description of issue (in as much detail as possible)
Regardless of the account (corporate AD account, ADFS account, microsoft account) the CLI extension can never provision a MS App Id & password in order to create a bot.
I can confirm that I can get a token because I've looked into the source code of the extension and used the same details to get a code. The access code appears to be valid but on any call to https://dev.botframework.com/api/botApp/provisionConvergedApp returns with a 403 forbidden and never succeeds. As you can imagine this stops bot channel registrations being created automatically, which is exactly what we want to do with the cli.
I can provide any more details needed to debug this.
Thanks,
James
Extension name (the extension in question)
botservice
Description of issue (in as much detail as possible)
Regardless of the account (corporate AD account, ADFS account, microsoft account) the CLI extension can never provision a MS App Id & password in order to create a bot.
I can confirm that I can get a token because I've looked into the source code of the extension and used the same details to get a code. The access code appears to be valid but on any call to
https://dev.botframework.com/api/botApp/provisionConvergedAppreturns with a 403 forbidden and never succeeds. As you can imagine this stops bot channel registrations being created automatically, which is exactly what we want to do with the cli.I can provide any more details needed to debug this.
Thanks,
James