Do It Yourself – Tutorials – How to authenticate users of your apps with the Microsoft identity platform

by | May 15, 2020 | 0 comments

Do It Yourself – Tutorials – How to authenticate users of your apps with the Microsoft identity platform

by | May 15, 2020 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials

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/IDTokens
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/JavaScriptQuickstart
ASP.NET Core web app: https://aka.ms/DevTrainingSeries/AspNetCoreQuickstart
.NET Core console (daemon): https://aka.ms/DevTrainingSeries/NetCoreDaemonQuickstart

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

source