BotBuilder-Samples
BotBuilder-Samples copied to clipboard
[.NET Core] Remove .UseAuthorization if unnecessary for running bots
All authorization and authentication occurs within the SDK (e.g. BotFrameworkAdapter), and the samples do not make use of either AuthorizationMiddleware or AuthenticationMiddleware.