I am trying to set up a new connection setting for Instagram on Azure as described on this tutorial (https://channel9.msdn.com/Shows/AI-Show/Conversational-AI-and-Authentication) at time 2:30 to OAuth with a Card in Skype
The issue seems to be with the redirect url when coming back to https://token.botframework.com/.auth/web/redirect
I am currently trying to use OAuthCard in my Skype Bot using
https://github.com/Microsoft/BotBuilder/blob/master/Node/examples/basics-oauth/app.js
I am using this OAuthCard in Skype - I click it and it redirects, asks for approval to my account/sign in - I give it and it then redirects and give a blank white screen with "Bad request"
I am expecting it to return to the Skype chat and continue the dialog
It redirects to:https://token.botframework.com/.auth/web/redirect?code=xyz&state=abc
N.B. If I go to my Instagram account I can see that I have given my app access, so it is not an issue there.