ASP.net身份是否使用open id connect?
Does ASP.net identity uses open id connect?
我想使用 OpenID 进行身份验证。 ASP.net身份是否使用google open id connect?因为 google 说:
Important: Google has deprecated OpenID 2.0 and will shut it down
after a migration period. If your app uses OpenID 2.0, you must
migrate your app by the shutdown date April 20, 2015, as shown in the
migration timetable.
它可以同时使用:
Microsoft.Owin.Security.Google - Contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.
我想使用 OpenID 进行身份验证。 ASP.net身份是否使用google open id connect?因为 google 说:
Important: Google has deprecated OpenID 2.0 and will shut it down after a migration period. If your app uses OpenID 2.0, you must migrate your app by the shutdown date April 20, 2015, as shown in the migration timetable.
它可以同时使用:
Microsoft.Owin.Security.Google - Contains middlewares to support Google's OpenId and OAuth 2.0 authentication workflows.