Skip to content

Registered an application with the Microsoft identity platform in Azure portal and it provided the Application ID and the Tenant ID. Built a dotnet console app and acquired a token interactively in a console application

Notifications You must be signed in to change notification settings

raphgm/Implementing-interactive-authentication-by-using-MSAL.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Implementing-interactive-authentication-by-using-MSAL.NET

Registered an application with the Microsoft identity platform in Azure portal and it provided the Application ID and the Tenant ID
Built a dotnet console app
Add dotnet add package Microsoft.Identity.Client in VScode terminal
Used the PublicClientApplicationBuilder class in MSAL.NET
Added code( Application ID & Tenant ID) for the interactive authentication

About

Registered an application with the Microsoft identity platform in Azure portal and it provided the Application ID and the Tenant ID. Built a dotnet console app and acquired a token interactively in a console application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages