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
865 stars 480 forks source link

Add WithAuthority to MSAL client application builder #6671

Closed sw-joelmut closed 1 year ago

sw-joelmut commented 1 year ago

minor

Description

This PR fixes an issue in MSAL where the Authority for Government, Office 365 GCC High and DoD was not set in the MSAL credentials' application level.

Specific Changes

Testing

The following images show the tests passing successfully and the Echo bot working in Public Cloud. image image