Why isn't bot authentication handled at the middleware level? #6878
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Is your feature request related to a problem? Please describe.
I'm curious why bot authentication isn't handled at the middleware level, as is common with other ASP.NET SDKs. Why is it handled at the adapter level instead?
Describe the solution you'd like
We can easily expose middleware in the extension, reusing the existing authentication method defined in the ConfigurationBotFrameworkAuthentication class.
The text was updated successfully, but these errors were encountered: