Apple provider issue with redirectProxyUrl #12150
Unanswered
earthpfasoo
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using two domains, and both need to support social login.
Currently, I'm setting the default redirect_url using AUTH_URL in env file and handling the other domain with redirectProxyUrl option, by taking values from X-Forwarded-Host. The redirectProxyUrl is working correctly for Facebook, Google, Naver, and Kakao providers.
[auth][debug]: using redirect proxy { "redirect_uri": "https://test.domain1.com/api/auth/callback/google", "data": "https://test.domain2.com/api/auth/callback/google" }
But for the Apple provider, the redirectProxyUrl isn't applied to the redirect_path.
Instead, it defaults to the AUTH_URL set in the env variable. it even does not trigger the following code: [auth][debug]: using redirect proxy.
Anybody facing same issue?
Beta Was this translation helpful? Give feedback.
All reactions