CriticalPathTraining / PowerBiEmbedded

Resources and Sample Files associated with Ted Pattison's Power BI Embedded webinar
MIT License
58 stars 50 forks source link

Code only work for AD 3.19.8 but breaks for AD 4.3. #6

Open R-Dev-BI opened 5 years ago

R-Dev-BI commented 5 years ago

@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