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
@@ -49,7 +50,33 @@ public ManagedIdentityClientAssertion(string? managedIdentityClientId, string? t
49
50
/// <param name="tokenExchangeUrl">Optional audience of the token to be requested from Managed Identity. Default value is "api://AzureADTokenExchange".
50
51
/// This value is different on clouds other than Azure Public</param>
/// Same as <see cref="ManagedIdentityClientAssertion(string?, string?, ILogger?)"/>,
68
+
/// but allows injecting a custom MSAL HttpClient factory (used by tests).
69
+
/// </summary>
70
+
/// <param name="managedIdentityClientId">Optional ClientId of the Managed Identity</param>
71
+
/// <param name="tokenExchangeUrl">Optional audience of the token to be requested from Managed Identity. Default value is "api://AzureADTokenExchange".
72
+
/// This value is different on clouds other than Azure Public</param>
0 commit comments