Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: USGovSingleTenant OAuthEndpoint #4588

Merged
merged 2 commits into from Dec 21, 2023

Conversation

fangyangci
Copy link
Contributor

@fangyangci fangyangci commented Dec 18, 2023

Fixes #6717
C# PR #6714

Description

Fix a potential bug with USGov OAuthEndpoint while using SingleTenant.
Single tenant can't get token within <MicrosoftServices.onmicrosoft.us>.

Specific Changes

Update MicrosoftGovernmentAppCredentials.OAuthEndpoint.

Testing

Test locally, hard to add usgov single appid/password to the TestEnvironment.
MicrosoftGovernmentAppCredentialsTests.ConstructorTests

@fangyangci fangyangci requested a review from a team as a code owner December 18, 2023 14:08
@tracyboehrer tracyboehrer changed the title Fix USGovSingleTenant OAuthEndpoint fix: USGovSingleTenant OAuthEndpoint Dec 18, 2023
@coveralls
Copy link

coveralls commented Dec 18, 2023

Pull Request Test Coverage Report for Build 7256719204

  • 27 of 28 (96.43%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.008%) to 84.637%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botframework-connector/src/auth/msalServiceClientCredentialsFactory.ts 0 1 0.0%
Totals Coverage Status
Change from base Build 7132486847: 0.008%
Covered Lines: 20383
Relevant Lines: 22813

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 084ade9 into microsoft:main Dec 21, 2023
12 checks passed
tracyboehrer pushed a commit that referenced this pull request Jan 24, 2024
* fix usgov single tenant

* fix js lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants