Microsoft 365 Developer Blog

A developer platform for building collaborative apps for hybrid work

MSAL.NET 3.0-preview now available

We are excited to announce the release of MSAL.NET 3.0-preview, which has a number of changes that will improve your experiences. Since our release of MSAL.NET 2.0-preview in August, we’ve been receiving great feedback from the community. Since August we’ve released fourteen incremental updates of MSAL.NET, improving both the API and the behavior of the library. You’ve been awesome helping us make MSAL.NET a great authentication library, but you also told us that things could be improved upon.

30DaysMSGraph – Day 16 – Use Case: Create user in Azure AD

In Day 15 we registered an Azure Active Directory (Azure AD) application and created a console application using .Net Core.  The application uses a client secret and the Microsoft Authentication Library (MSAL) to establish an authentication context with the Microsoft Graph API.  Today we'll extend that application to create a user within Azure AD.