microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.81k stars 753 forks source link

OAuth Sign in Prompt Disappears #1354

Closed balikpinoy closed 5 years ago

balikpinoy commented 5 years ago

The signin prompt disappears after being rendered. See attached image from 4.2.1 vs 4.3.0 Code is from Bot Sample Authentication Bot

emulator 4 21 emulater 4 3 0

justinwilaby commented 5 years ago

@balikpinoy - Does the card get removed after a successful login?

balikpinoy commented 5 years ago

No..it doesn’t stay long enough for me to click it.

On Mar 7, 2019, at 1:51 PM, Justin Wilaby notifications@github.com wrote:

@balikpinoy - Does the card get removed after a successful login?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

tonyanziano commented 5 years ago

Try logging into the Emulator using File -> Sign in to Azure and then sign out using File -> Sign out. This should clear any session data that may be shared between Auth prompts and effectively "reset" the Emulator. Afterwards, try the OAuth card again. If you still see the behavior, shutdown the Emulator, remove Cookies and Cookies-journal from the C:\Users\\AppData\Roaming\@bfemulator\main directory and try once more.

Suggested workaround from dupe #1467

tonyanziano commented 5 years ago

Closing due to inactivity. UI has been added to clear state and cookies so that successive login attempts work. #1596