Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why isn't bot authentication handled at the middleware level? #6878

Open
cloudsere opened this issue Dec 20, 2024 · 1 comment
Open

Why isn't bot authentication handled at the middleware level? #6878

cloudsere opened this issue Dec 20, 2024 · 1 comment
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.

Comments

@cloudsere
Copy link

cloudsere commented Dec 20, 2024

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.

@cloudsere cloudsere added 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. labels Dec 20, 2024
@Nivedipa-MSFT
Copy link

@cloudsere - Thank you for bringing this issue to our attention. We will look into it and get back to you shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants