4
我感到困惑如何構建自定義OAuth客戶端在asp.net mvc的5在ASP.NET MVC自定義OAuth客戶端5
在MVC 4,這是一個簡單的操作。從IAuthenticationClient實現自定義類。然後在AuthConfig.cs中調用函數OAuthWebSecurity.RegisterClient。但是如何在mvc 5中完成呢?
我感到困惑如何構建自定義OAuth客戶端在asp.net mvc的5在ASP.NET MVC自定義OAuth客戶端5
在MVC 4,這是一個簡單的操作。從IAuthenticationClient實現自定義類。然後在AuthConfig.cs中調用函數OAuthWebSecurity.RegisterClient。但是如何在mvc 5中完成呢?
Mvc5身份驗證基於Katana(Microsoft的OWIN組件)構建。查看以下文章,瞭解MVC5中認證更改的詳細概述。
https://www.simple-talk.com/dotnet/.net-framework/creating-custom-oauth-middleware-for-mvc-5
採取看看http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2 -and-OpenID的登錄 – Srikanth