使用 Auth0 测试 Uber 登录
Testing Uber SignIn with Auth0
我正在尝试将我的优步应用与 Auth0 登录连接。
并允许我的用户使用他们的优步帐户登录。
设置然后尝试集成时,
我收到了附加的错误...
我看到这是在 Auth0 中按下尝试按钮时被激活的 link:
bash
https://teamxna2.auth0.com/authorize/?response_type=code&scope=openid%20profile&client_id=aC7p8ZN4QVaBSq0HrQCa83yHBiAEhYoF&connection=uber&redirect_uri=https://manage.auth0.com/tester/callback?connection=uber
所以在 Uber 应用仪表板中,我将重定向 uri 更改为...的变体
bash
https://manage.auth0.com/tester/callback?connection=uber
https://manage.auth0.com/tester/callback
https://manage.auth0.com
但我仍然收到错误...应该将什么作为 uber dash 中的重定向 URI
要尝试这种集成吗?
谢谢!
尝试以下 redirect_url:https://teamxna2.auth0.com/login/callback
我正在尝试将我的优步应用与 Auth0 登录连接。 并允许我的用户使用他们的优步帐户登录。
设置然后尝试集成时, 我收到了附加的错误...
我看到这是在 Auth0 中按下尝试按钮时被激活的 link:
bash
https://teamxna2.auth0.com/authorize/?response_type=code&scope=openid%20profile&client_id=aC7p8ZN4QVaBSq0HrQCa83yHBiAEhYoF&connection=uber&redirect_uri=https://manage.auth0.com/tester/callback?connection=uber
所以在 Uber 应用仪表板中,我将重定向 uri 更改为...的变体
bash
https://manage.auth0.com/tester/callback?connection=uber
https://manage.auth0.com/tester/callback
https://manage.auth0.com
但我仍然收到错误...应该将什么作为 uber dash 中的重定向 URI 要尝试这种集成吗?
谢谢!
尝试以下 redirect_url:https://teamxna2.auth0.com/login/callback