node-authbot icon indicating copy to clipboard operation
node-authbot copied to clipboard

Issues with Active Directory Cortana login

Open cesarvarela opened this issue 8 years ago • 2 comments

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 avatar May 16 '17 20:05 cesarvarela

@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 avatar May 16 '17 21:05 bnookala

@bnookala thanks, it is, probably, where can I report the issue?

cesarvarela avatar May 24 '17 17:05 cesarvarela