Skip to content

Commit

Permalink
Tag MsalServiceClientCredentialsFactory obsolete (#6866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila authored Nov 11, 2024
1 parent 0b16ac0 commit 913f7c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace Microsoft.Bot.Connector.Authentication
/// <summary>
/// Credential factory that uses MSAL to acquire tokens.
/// </summary>
[Obsolete("Use the ServiceClientCredentialsFactory implementation that corresponds to the authentication type (MSI, Certificate, Federated, etc.).", false)]
public class MsalServiceClientCredentialsFactory : ServiceClientCredentialsFactory
{
private readonly IConfidentialClientApplication _clientApplication;
Expand Down

0 comments on commit 913f7c3

Please sign in to comment.