auth0.com を使用して、Firebase と Ionic でシード プロジェクトを作成しています ( Apps / APIsの下)。
しかし、私はこの問題に遭遇しましたInvalid redirect_uri. This value must match a URL registered with the API Key
。次の調査を行いました。
linkedin : redirect_uri が無効です。この値は、API キーに登録されている URL と一致する必要があります
(使用しようとしても機能http://localhost:8100/auth/linkedin/callback
しOAuth 2.0 Redirect URLs
ません) 。
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-キー/ (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 が「間違った」URL を強制したことを意味しますか?
誰でもこれを修正する方法を知っていますか? それともauth0.comのバグですか?