You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AdapterWithErrorHandler in this project does not accept the BotFrameworkAuthentication that was added via DI in Program.cs. This result in a new ConfigurationBotFrameworkAuthentication being constructed manually, ignoring what was setup in DI.
The AdapeterWithErrorHandler constructor should look like:
Hi @tracyboehrer! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.
samples/bot-conversation-sso-quickstart
The AdapterWithErrorHandler in this project does not accept the BotFrameworkAuthentication that was added via DI in Program.cs. This result in a new ConfigurationBotFrameworkAuthentication being constructed manually, ignoring what was setup in DI.
The AdapeterWithErrorHandler constructor should look like:
The text was updated successfully, but these errors were encountered: