facebook - OAuthWebSecurity Migrating from OpenID 2.0 to OpenID Connect -


google had earlier announced deprecation , discontinuation of openid 2.0 on april 2015. unfortunately people me, our existing applications have bunch of codes written based on service using oauthwebsecurity dotnetopenauth nuget package.

is there update change on nuget package assist migrate new update rather abandoning past efforts searching alternatives such owin explained in http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on

secondly, there possibility other platforms such facebook, twitter, linkedin abandon openid 2.0 well?

oauthwebsecurity.requestauthentication("google", href("~/account/registerservice", new { returnurl })); 

for news dotnetopenauth have ask maintainers of project. ones insight future development.

facebook, twitter, , linkedin don't use openid. twitter uses oauth 1.0 while facebook , linkedin use oauth 2. of writing of answer, none of them have announced plans move away current authentication standards.


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -