@TedPattison Would someone mind please refactoring this code so that it works with the newer
version of AD 4.3.
So far the solution I found was to run the command
Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory -Version 3.19.8
after (following the instruction of the tutorial) and running Update-Package
@TedPattison Would someone mind please refactoring this code so that it works with the newer version of AD 4.3.
So far the solution I found was to run the command Install-Package Microsoft.IdentityModel.Clients.ActiveDirectory -Version 3.19.8 after (following the instruction of the tutorial) and running Update-Package
Issue: https://github.com/AzureAD/azure-activedirectory-library-for-dotnet/issues/1346
Thank you.
P.S. In addition, for the visuals to work properly in DailyReporterPro the bootstrap packages need to be:
Install-Package bootstrap -Version 3.3.7 Install-Package bootstrap.TypeScript.DefinitelyTyped -Version 0.9.8