Download presentation
Presentation is loading. Please wait.
Published byTerence Miles Walker Modified over 9 years ago
3
Goals One ASP.NET Membership story – Web APIs and Web Apps Profile. Extensibility allows for non SQL persistence model. Improve unit testability of application code. Separate Authentication from Membership. Full support for Async programming. Claims Based. Roles
4
Releases ASP.NET Identity 1.0 – VS 2013 RTM ASP.NET Identity 2.0 – VS 2013 Update 2 ASP.NET Identity 2.0 ASP.NET Identity 2.1 – VS 2013 Update 3 ASP.NET Identity 2.1
5
Features Login username/ password Roles Profile Claims User Management – Create, edit and delete Users Role Management – Create, edit, delete Roles and manage Users. External Logins – Social providers + Azure AD Identity Storage Extensibility
6
Features… Stronger passwords Two-Factor Authentication Account Lockout Account Confirmation Security Stamp (Sign out everywhere) Reset password Custom Password Policies User Validators Customize Primary Key
7
Architecture App UserManager UserStore User
8
Resources http://www.asp.net/identity/ http://www.asp.net/identity/overview/getting-started/aspnet-identity-recommended- resources http://www.asp.net/identity/overview/getting-started/aspnet-identity-recommended- resources Migrating to ASP.NET Identity http://www.asp.net/identity/overview/features-api/two-factor-authentication-using- sms-and-email-with-aspnet-identity http://www.asp.net/identity/overview/features-api/two-factor-authentication-using- sms-and-email-with-aspnet-identity 2FA using Google Authenticator app Facebook demo https://github.com/rustd/FBLoginhttps://github.com/rustd/FBLogin Web Admin using Thinktecture IdentityManager For samples for Identity in general https://aspnet.codeplex.com/SourceControl/latest#Samples/Identity/ https://aspnet.codeplex.com/SourceControl/latest#Samples/Identity/ Raven Db ASP.NET Identity provider by Tugberk ASP.NET Identity providers
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.