BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

[.NET Core] Remove .UseAuthorization if unnecessary for running bots

Open stevengum opened this issue 5 years ago • 0 comments

All authorization and authentication occurs within the SDK (e.g. BotFrameworkAdapter), and the samples do not make use of either AuthorizationMiddleware or AuthenticationMiddleware.

stevengum avatar Nov 12 '20 18:11 stevengum