Jun 07 2022 10:48 AM
I am using C# to connect to Azure Active Directory using AuthenticationContext.AcquireTokenAsync(string, ClientCredential).
I am getting an error that this is obsolete. What is the alternative please?