Skip to content

Commit

Permalink
Tag MsalServiceClientCredentialsFactory obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Nov 6, 2024
1 parent 0b16ac0 commit 255e904
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 255e904

Please sign in to comment.