Request to Move ConfigurationBotFrameworkAuthentication
from Microsoft.Bot.Builder.Integration.AspNet.Core to Microsoft.Bot.Connector
#6735
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 working on other cloud hosting options for a bot, and would like to use
ConfigurationBotFrameworkAuthentication
, but I need to bring the entireMicrosoft.Bot.Builder.Integration.AspNet.Core
assembly along for the ride at the moment, just for this single class, which itself it not actually bound to anythingAspNety
at all.Describe the solution you'd like
Based on the above, I'm requesting this be unbundled and moved into
Microsoft.Bot.Connector
, where it's base classBotFrameworkAuthentication
lives. I'm happy to submit a PR for this, perhaps with some guidance if needed.Describe alternatives you've considered
Right now, I'm creating a copy of
ConfigurationBotFrameworkAuthentication
in my new project.Additional context
N/A
The text was updated successfully, but these errors were encountered: