Mathieu Richard: Introduction à ASP.NET Identity

Post on 27-Jul-2015

355 views 1 download

Transcript of Mathieu Richard: Introduction à ASP.NET Identity

ASP.NET IDENTITY 2.0

Presented by Mathieu Richard mathieu.richard@gsoft-group.com / mathieu.richard5@gmail.com / @matrichard5 / www.matrichard.com

| 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

| 3

Features

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

| 4

Core - I*Store

| 5

Core

| 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

| 7

www.matrichard.com@matrichard5