Skip to content

Simple ASP.NET MVC example to show how we can use Identity without any storage layer

Notifications You must be signed in to change notification settings

samfgl/TokenBasedAuthenticationSample

Repository files navigation

Token Based and Storageless Authentication With Microsoft Identity Sample

This simple ASP.NET MVC example shows how you can configure Microsoft Identity without existing of any persistence layer such as SQL Server or Entity Framework. To show how Identity is fully independent from storage layer.

Also this sample uses a simple string as a token to authorize users instead of username and password to demonstrate how we can use claim based authentication feature to configure Identity in such uncommon scenarios too.

About

Simple ASP.NET MVC example to show how we can use Identity without any storage layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published