Mathieu Richard: Introduction à ASP.NET Identity

7
ASP.NET IDENTITY 2.0 Presented by Mathieu Richard [email protected] / [email protected] / @matrichard5 / www.matrichard.com

Transcript of Mathieu Richard: Introduction à ASP.NET Identity

Page 1: Mathieu Richard: Introduction à ASP.NET Identity

ASP.NET IDENTITY 2.0

Presented by Mathieu Richard [email protected] / [email protected] / @matrichard5 / www.matrichard.com

Page 2: Mathieu Richard: Introduction à ASP.NET Identity

| 2

Why YAMF*?

Membership ProviderThe database schema was designed for SQL Server

System is designed around assumptions appropriate for a relational database.

Log-in/log-out functionality is based on Forms Authentication

Can’t use OWIN

Barely extensible

*Yet Another Membership Framework

Page 3: Mathieu Richard: Introduction à ASP.NET Identity

| 3

Features

One ASP.NET Identity systemEase of plugging in profile data about the userUnit testabilityRole ProviderClaims BasedSocial Login ProvidersAzure Active DirectoryOWIN Integration

Page 4: Mathieu Richard: Introduction à ASP.NET Identity

| 4

Core - I*Store

Page 5: Mathieu Richard: Introduction à ASP.NET Identity

| 5

Core

Page 6: Mathieu Richard: Introduction à ASP.NET Identity

| 6

Resources & What’s next

http://www.asp.net/identityhttp://odetocode.com/blogs/scott/archive/2013/11/25/asp-net-core-identity.aspx

Implementing 2 factor auth.DocumentDB implementation.Working with Social providers API

Page 7: Mathieu Richard: Introduction à ASP.NET Identity

| 7

www.matrichard.com@matrichard5