使用 auth0 Firebase 和 Ionic 的 Linkedin 身份验证
Linkedin authentication using auth0 Firebase and Ionic
我正在使用 auth0.com 通过 Firebase 和 Ionic 创建种子项目(在 Apps / APIs 下)。
不过,我运行进入了这个问题Invalid redirect_uri. This value must match a URL registered with the API Key
。我做了以下研究:
linkedin : Invalid redirect_uri. This value must match a URL registered with the API Key
(尝试在 OAuth 2.0 Redirect URLs
中使用 http://localhost:8100/auth/linkedin/callback
但不起作用)
https://naveengopisetty.wordpress.com/2014/09/15/linkedin-oauth-2-0-issue-invalid-redirect_uri-this-value-must-match-a-url-registered-with-the-api-key/(http://localhost:8100/signin-linkedin
无效)
https://www.drupal.org/node/2357091(http://localhost:8100/linkedin/company/token
也不起作用)
无论我在 Linkedin 应用程序中做了什么更改,登录弹出窗口 url 总是 redirect_uri=https%3A%2F%2Fmyproject.auth0.com%2Flogin%2Fcallback
这意味着出于某种原因,我的重定向 url 没有得到更改,并且 auth0 以某种方式在其中强制了 "wrong" url?
有人知道如何解决这个问题吗?还是 auth0.com 错误?
使用 LinkedIn 时,您应该按照 this link
中有关如何配置为电子邮件提供商的说明进行操作
重要的是您必须在您创建的 LinkedIn 应用程序中将 https://{accountName}.auth0.com/login/callback
设置为回调 URL。你做到了吗?
这有帮助吗?
谢谢!
我正在使用 auth0.com 通过 Firebase 和 Ionic 创建种子项目(在 Apps / APIs 下)。
不过,我运行进入了这个问题Invalid redirect_uri. This value must match a URL registered with the API Key
。我做了以下研究:
linkedin : Invalid redirect_uri. This value must match a URL registered with the API Key
(尝试在 OAuth 2.0 Redirect URLs
中使用 http://localhost:8100/auth/linkedin/callback
但不起作用)
https://naveengopisetty.wordpress.com/2014/09/15/linkedin-oauth-2-0-issue-invalid-redirect_uri-this-value-must-match-a-url-registered-with-the-api-key/(http://localhost:8100/signin-linkedin
无效)
https://www.drupal.org/node/2357091(http://localhost:8100/linkedin/company/token
也不起作用)
无论我在 Linkedin 应用程序中做了什么更改,登录弹出窗口 url 总是 redirect_uri=https%3A%2F%2Fmyproject.auth0.com%2Flogin%2Fcallback
这意味着出于某种原因,我的重定向 url 没有得到更改,并且 auth0 以某种方式在其中强制了 "wrong" url?
有人知道如何解决这个问题吗?还是 auth0.com 错误?
使用 LinkedIn 时,您应该按照 this link
中有关如何配置为电子邮件提供商的说明进行操作重要的是您必须在您创建的 LinkedIn 应用程序中将 https://{accountName}.auth0.com/login/callback
设置为回调 URL。你做到了吗?
这有帮助吗?
谢谢!