与Grails的Oauth无法使用Hotmail

时间:2015-01-05 06:57:56

标签: grails oauth

我想通过使用带有Grails的SocialAuth登录Hotmail后获取用户的详细信息。 首先,我已经注册了我的应用程序(account.live.com)。

Root Domain: www.localhostsocialtest.com (Deployee on localhost)
Redirect Urls: http://www.localhostsocialtest.com

在控制器中,重定向网址为:" http://www.localhotsocialtest.com:8080/SocialAuthExample/SocialAuth/getToken"

但是我从微软那里得到了错误。

Oops, there was a problem
The provided value for the input parameter 'redirect_uri' is not valid. The domain of the provided redirect URI must match the domain of the redirect URI registered for this app.

1 个答案:

答案 0 :(得分:0)

默认的http端口为80,但您似乎在8080上运行,因此您需要将http://www.localhostsocialtest.com更改为http://www.localhostsocialtest.com:8080或在端口80上运行