AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.39k stars 342 forks source link

Add Test for Acquiring MSI Token and Exchanging for ESTS Token in Confidential Client Application #4835

Closed gladjohn closed 2 months ago

gladjohn commented 2 months ago

Fixes #4834

Changes proposed in this request This PR introduces a new unit test to validate the process of acquiring a MSI token and subsequently using it as an assertion to obtain a token from ESTS. The test performs the following steps:

Was able to use the existing lab setup and the msi helper service for this test.

Testing test itself

Performance impact none

Documentation