Open棟梁Project - マイクロソフト系技術情報 Wiki
目次  †
概要  †
Startup.cs  †
- OWINのパイプラインを使用できる。
 
- ASP.NET IdentityなどはOwin.Securityを使用している。
 
- 特に、ソーシャルログインを行う場合、OWINで提供されるライブラリを使用する必要がある。
 
参考  †
ASP.NET Identity  †
参考  †
- Series: Owin Authentication « Passion for Coding
https://coding.abel.nu/series/owin-authentication/
- What’s this Owin Stuff About?
 
- ASP.NET Identity and Owin Overview
 
- Understanding the Owin External Authentication Pipeline
 
- Writing an Owin Authentication Middleware
 
- Using Owin External Login without ASP.NET Identity
 
 
参考  †