You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ManagedIdentityCredential instead of DefaultAzureCredential for FIC scenario (PR for ID.Web 3.x) (#2813)
* Use ManagedIdentityCredential instead of DefaultAzureCredential for MI scenarios
* Address PR comments
* Drop Azure.Identity and use just MSAL here.
* PR comment
* Fix
---------
Co-authored-by: Bogdan Gavril <[email protected]>
Co-authored-by: jennyf19 <[email protected]>
/// <param name="managedIdentityClientId">Optional ClientId of the Managed Identity or Workload Identity</param>
47
-
/// <param name="tokenExchangeUrl">Optional token exchange resource url. Default value is "api://AzureADTokenExchange/.default".</param>
39
+
/// <param name="managedIdentityClientId">Optional ClientId of the Managed Identity</param>
40
+
/// <param name="tokenExchangeUrl">Optional audience of the token to be requested from Managed Identity. Default value is "api://AzureADTokenExchange".
41
+
/// This value is different on clouds other than Azure Public</param>
0 commit comments