Showing results for Identity - .NET Blog

Jul 12, 2023
6
1

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.

.NET.NET CoreASP.NET Core
Apr 6, 2017
7
2

JWT Validation and Authorization in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This post was written and submitted by Michael Rousos In several previous posts, I discussed a customer scenario I ran into recently that required issuing bearer tokens from an ASP.NET Core authentication server and then validating those tokens in a separate ASP.NET Core web service which may not have access to the authentication server. The previ...

ASP.NETASP.NET Core
Sep 19, 2016
1
0

Introducing IdentityServer4 for authentication and access control in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Brock Allen and Dominick Baier. They are security consultants, speakers, and the authors of many popular open source security projects, including IdentityServer. Modern applications need modern identity. The protocols used for implementing features like authentication, single sign-on, API access control and federation are O...

ASP.NETASP.NET Core
Apr 7, 2015
0
0

ASP.NET Identity 2.2.1

pranav rastogi
pranav rastogi

We are releasing ASP.NET Identity 2.2.1. The main focus in this release was to fix issues reported in 2.2.0 release. Download this release You can download ASP.NET Identity from the NuGet gallery. You can install or update these packages using the NuGet Package Manager Console, like this: Install-Package Microsoft.AspNet.Identity.EntityFramework...

ASP.NET
Feb 20, 2015
0
0

Open sourcing and releasing ASP.NET Identity 2.2.0

pranav rastogi
pranav rastogi

We are releasing the final version of ASP.NET Identity 2.2. The main focus in this release was to fix bugs and address performance issues. Open source We have also made the source code publicly available on aspnetidentity.codeplex.com and will be taking contributions to the project. Check out the project home page for more details. Note: This is...

ASP.NET
Oct 23, 2014
0
0

ASP.NET Identity 2.2.0-alpha1

pranav rastogi
pranav rastogi

We are releasing a preview of ASP.NET Identity 2.2.0-alpha1. The main focus in this release was to fix bugs and address performance issues.Download this releaseYou can download ASP.NET Identity from the NuGet gallery. You can install or update these packages using the NuGet Package Manager Console, like this:Install-Package Microsoft.AspNet.Identit...

ASP.NET
Jul 2, 2014
0
0

Changes to Google OAuth 2.0 and updates in Google middleware for 3.0.0 RC release

suhasbj
suhasbj

This article explains the recent changes made to Google OpenID and OAuth 2.0 along with the corresponding updates to the 3.0.0 RC release of Google OAuth  middleware. Here we will first look at the experience of using Google OAuth middleware in an MVC application with the OWIN 2.1.0 release bits. We will then explain the current changes to Go...

ASP.NET
Jan 6, 2014
0
0

Implementing custom password policy using ASP.NET Identity

suhasbj
suhasbj

We recently released the 2.0.0-alpha1 version of ASP.NET Identity. Learn more here: http://blogs.msdn.com/b/webdev/archive/2013/12/20/announcing-preview-of-microsoft-aspnet-identity-2-0-0-alpha1.aspx To provide a more secure user experience for the application, you might want to customize the password complexity policy. This might include minimum ...

ASP.NET
Sep 21, 2013
0
0

Organizational Accounts in Visual Studio 2013 RC

bchauhan
bchauhan

Visual Studio 2013 Preview shipped with support to create new ASP.NET projects that can be easily configured with organizational accounts. This support has been simplified and enhanced in this RC version. You can find a detailed step-by-step tutorial on creating an ASP.NET MVC project with single organizational identity at Developing ASP.NET Apps w...

ASP.NET