How to authenticate users of your apps with the Microsoft identity platform

Matthijs Hoekstra explains the basics of modern authentication with the Microsoft identity platform using several demo application scenarios including JavaScript, .NET Core, and .NET Core console apps. Code samples for Microsoft identity platform: https://aka.ms/DevTrainingSeries/Samples Documentation for Microsoft identity platform: https://aka.ms/DevTrainingSeries/Docs ID token documentation: https://aka.ms/DevTrainingSeries/IDTo... JWT.ms: https://jwt.ms/ Quickstarts (note: the guide content and code may be updated from what appears in the video.) Javascript single page app: https://aka.ms/DevTrainingSeries/Java... ASP.NET Core web app: https://aka.ms/DevTrainingSeries/AspN... .NET Core console (daemon): https://aka.ms/DevTrainingSeries/NetC... Timestamps: Basics of modern authentication - 0:29 DEMO: configure a JavaScript app using a quick start guide - 6:40 Useful ID token resources- 11:41 Redirect URIs - 12:43 DEMO: ASP .NET Core app configuration - 14:41 Our “golden rules” for handling tokens - 16:26 What about background applications? - 23:47 DEMO: .NET Core console (daemon) app authentication - 25:47 Who guarantees security? - 27:39