This is SpringBoot based REST application with two-directions authentication (BotConnector->BotApp and BotApp->BotConnector) and simple AdaptiveCard flow. (https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-authentication)
To run this application you need to cnange application.yml file and fill up bot application credentials
- azure:
- botframework.client:
- id : <app_id>
- secret : <app_secret>
- botframework.client:
After application starts - set http://localhost:8080/callback at MicrosoftBot Emulator to test.