ASP.NET Identity OWIN Middleware Google OAuth2 AuthenticationManager SignIn not working

前端 未结 2 832
不思量自难忘°
不思量自难忘° 2021-01-20 08:58

I have created a simple ASP.NET MVC4 web site to test the new OWIN Authentication middleware, I decided to start with Google OAuth2, I have had struggle quite a bit with the

2条回答
  •  孤独总比滥情好
    2021-01-20 09:17

    I had the same problem but all I needed to do was add "Google + API" to my list of APIS in the google developer console. After that, everything worked.

提交回复
热议问题