获取谷歌的openid配置发现文档会产生错误

时间:2015-03-29 15:25:09

标签: ajax angularjs openid google-authentication google-openid

我正在尝试通过角度$ http服务访问Google发现文档,但我收到了cors错误。 https://accounts.google.com/.well-known/openid-configuration

这是错误:

MLHttpRequest cannot load https://accounts.google.com/.well-known/openid-configuration. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:1485' is therefore not allowed access.

我知道它与CORS有关,我希望在加载后从该文档中获取我的角度服务中的授权端点。如果我没有加载文档并直接硬编码authorization_endpoint(https://accounts.google.com/o/oauth2/auth),一切正常,但我想创建一个可以从发现端点配置的服务。

我的问题是:

是否有人成功加载了ajax请求中的google openId发现文档? (来自角度$ http服务?)

问候

0 个答案:

没有答案