This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Description
Version
4.13.0 / 4.14.0-SNAPSHOT
Describe the bug
When using the sample https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/java_springboot/18.bot-authentication Bot Authentication the sample doesn't properly execute when using the Bot Framework Emulator. If the sample is deployed and used with WebChat it works as expected. When running the Emulator the login occurs, but after that there is no prompt to see the user token that is seen in WebChat.
To Reproduce
Steps to reproduce the behavior:
- Configure and run the 18.bot-authentication sample
- After the welcome message enter anything to be prompted to authenticate.
- Perform the authentication
- Nothing happens after the authentication is completed, the bot should prompt to ask if you want to view your token.
Expected behavior
The bot should prompt the user after authentication to view their token.