Showing results for ASP.NET Identity - .NET Blog

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
Jan 23, 2017
1
0

ASP.NET Core Authentication with IdentityServer4

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos In my post on bearer token authentication in ASP.NET Core, I mentioned that there are a couple good third-party libraries for issuing JWT bearer tokens in .NET Core. In that post, I used OpenIddict to demonstrate how end-to-end token issuance can work in an ASP.NET Core application. Since that post was publishe...

ASP.NETASP.NET Core
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
Aug 5, 2014
0
0

Announcing RTM of ASP.NET Identity 2.1.0

pranav rastogi
pranav rastogi

We are releasing RTM of ASP.NET Identity 2.1.0. The main focus in this release was to fix bugs and add SignInManager to make it easier to use security features such as Account Lockout, Two-Factor Authentication for login. ASP.NET Identity 2.1 is included in the ASP.NET templates which were released with VS 2013 Update 3. The templates have been up...

ASP.NET
May 13, 2014
0
0

Improvements to ASP.NET Web Forms

pranav rastogi
pranav rastogi

The Visual Studio team released Visual Studio 2013 Update 2 RTM. As part of this update we have added new features for ASP.NET Web Forms. This post will highlight some of the improvements done in ASP.NET Web Forms which are part of this release and some changes that we are working on. ASP.NET Identity 2.0 Support ASP.NET Identity is the new moder...

ASP.NET