Is ASP.net Identity open connection to Identity?

I want to use OpenID for my authentication. ASP.net personality use google open id connect ? because google says:

Important: Google has deprecated OpenID 2.0 and will disable it after the migration period. If your application uses OpenID 2.0, you must reconfigure your application for the shutdown date April 20, 2015, as shown in the migration schedule.

+3


source to share


1 answer


It can use both:

Microsoft.Owin.Security.Google. Contains middlewares to support Google OpenId and OAuth 2.0 workflows.



Source .

+2


source







All Articles