Showing results for authentication - .NET Blog

Jul 12, 2023
Post comments count6
Post likes count1

What does Azure AD renamed Microsoft Entra ID mean for .NET developers?

Jeremy Likness
Jeremy Likness

Azure Active Directory (Azure AD) is being renamed as part of unification with the expanded Microsoft Entra identity and network access product family. This is a name change only and does not require any direct action from .NET developers.

.NETASP.NET CoreAzure
Apr 4, 2023
Post comments count22
Post likes count23

Improvements to auth and identity in ASP.NET Core 8

Jeremy Likness
Jeremy Likness

The ASP.NET Core team shares their plans to improve authentication, authorization, and identity management in .NET 8.

.NETASP.NET Core
Oct 6, 2022
Post comments count11
Post likes count7

Authentication for .NET MAUI Apps with MSAL.NET

Sameer Khandekar
Sameer Khandekar

Learn how to easily add authentication to your .NET MAUI applications with the latest version of the MSAL.NET library!

.NET MAUI.NET
Oct 27, 2016
Post comments count2
Post likes count0

Bearer Token Authentication in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This is a guest post from Mike Rousos Introduction ASP.NET Core Identity automatically supports cookie authentication. It is also straightforward to support authentication by external providers using the Google, Facebook, or Twitter ASP.NET Core authentication packages. One authentication scenario that requires a little bit more work, though, is ...

ASP.NETASP.NET Core