Hello, I'm using this example to login into an Azure AD. it works on Skype, but I'm having trouble getting it to work with Cortana (iOS).
For a start, in Cortana, tapping anywhere outside of the sign in button, makes the button disappear. I've found that this is because of the botbuilder.Prompts.text(session, "You must first sign into your account."); line, not sure to fix this.
Then, once the button is tapped, I can successfully sign in, but the page with the magic code never displays, the in-app browser closes and that's it.
Any ideas?