Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
To resolve the connection issue between DL_ASE and bot, we built DL_ASE v2.0. In v2.0, we used WebSocket/HTTPS instead of named pipe to connect between DL_ASE and bot.
Therefore, we need to add a special header validation for AseChannel.
Specific Changes
Add AseChannel channelId check in ConfigurationBotFrameworkAuthentication.
Testing
Adding unit tests in JwtTokenValidationTests.
Test locally with plulic/usgove singletenant/multitenant/umsi
Fixes #6719 JS PR #4589
Description
To resolve the connection issue between DL_ASE and bot, we built DL_ASE v2.0. In v2.0, we used WebSocket/HTTPS instead of named pipe to connect between DL_ASE and bot.
Therefore, we need to add a special header validation for AseChannel.
Specific Changes
Add AseChannel channelId check in ConfigurationBotFrameworkAuthentication.
Testing
Adding unit tests in JwtTokenValidationTests. Test locally with plulic/usgove singletenant/multitenant/umsi