OAuth2 and DotNetOpenAuth - implementing Google custom client

后端 未结 2 1004
慢半拍i
慢半拍i 2020-12-25 15:20

I\'m having an issue implementing custom OAuth2Client for google using DotNetOpenAuth and MVC4.

I\'ve got to the point where I can successfully make the authorizatio

2条回答
  •  失恋的感觉
    2020-12-25 16:15

    You can add a provider query parameter to the end of your callback url. e.g. https://mywebsite.com/Account/ExternalLoginCallback?provider=google

    The you will get it and you don't need the work around.

提交回复
热议问题