Closed xieofxie closed 2 years ago
Currently main branch
When in websocket, if we had already set ClaimsIdentity in adapter, it will be overwritten here https://github.com/microsoft/botbuilder-dotnet/blob/57faec119171b6347ce60556f758fca5c8b536b3/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/BotFrameworkHttpAdapter.cs#L320
ClaimsIdentity
Steps to reproduce the behavior:
Do not overwrite existing ClaimsIdentity. We could append new ones
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
BotFrameworkHttpAdapter is deprecated, and this is resolved in CloudAdapter.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
Currently main branch
Describe the bug
When in websocket, if we had already set
ClaimsIdentity
in adapter, it will be overwritten here https://github.com/microsoft/botbuilder-dotnet/blob/57faec119171b6347ce60556f758fca5c8b536b3/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/BotFrameworkHttpAdapter.cs#L320To Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not overwrite existing ClaimsIdentity. We could append new ones
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.