Issues with Active Directory Cortana login
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?
@cesarvarela it sounds to me that this issue is more of a Cortana issue than a node-authbot issue, is that correct?
Additionally, have you tried using https://github.com/MicrosoftDX/botauth for authentication against AzureAD?
@bnookala thanks, it is, probably, where can I report the issue?