-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
Description
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.
Metadata
Metadata
Assignees
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.