Skip to content

Commit

Permalink
Update test/Microsoft.Identity.Abstractions.Tests/CredentialDescripti…
Browse files Browse the repository at this point in the history
…onTest.cs

Co-authored-by: Jean-Marc Prieur <[email protected]>
Signed-off-by: jennyf19 <[email protected]>
  • Loading branch information
jennyf19 and jmprieur authored Jan 29, 2025
1 parent 6aaf738 commit 71a3fed
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,10 @@ public void TokenExchangeAuthority_SetAndGet_ShouldWork()
"ClientCredentials": [
{
"SourceType": "SignedAssertionFromManagedIdentity",
"TokenExchangeAuthority": "https://login.microsoftonline.cloud2/33e01921-4d64-4f8c-a055-5bdaffd5e33d/v2.0"
"SourceType": "SignedAssertionFromManagedIdentity",
"ManagedIdentityClientId": "GUID",
"TokenExchangeUrl" : “api://AzureADTokenExchangeSomeCloud1”,
"TokenExchangeAuthority": “https://login.microsoftonline.cloud2/<tenantid>/v2.0”
}]
}
// </tokenExchangeAuthority_json>
Expand Down

0 comments on commit 71a3fed

Please sign in to comment.