microsoft / botbuilder-dotnet

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.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

MicrosoftGovernmentAppCredentials's OAuthEndpoint should include TenantId when set #6715

Closed xieofxie closed 6 months ago

xieofxie commented 6 months ago

https://github.com/microsoft/botbuilder-dotnet/blob/2693cb17ba62d53a1f4b82cd1d47576452566bfc/libraries/Microsoft.Bot.Connector/Authentication/MicrosoftGovernmentAppCredentials.cs#L77C13-L77C87

Currently it doesn't support SingleTenant bot because Endpoint is fixed

xieofxie commented 6 months ago

addressed here https://github.com/microsoft/botbuilder-dotnet/pull/6714