TL;DR
I have created and recreated all of the items necessary to enable sign in with apple, but I keep getting invalid client. I have seen other posts with people running in to the same thing, but at this point I have not found an explanation that gets me unstuck.
I have a React Native app that I am building with an AWS backend. I followed the steps listed in an AWS doc (Apple won't let me list the URL. WTF), and have gone through this 3 times now. When I enable Sign In With Apple and test through the hosted UI, I get the same response every time: Invalid Client.
Apple's documentation says the following about an invalid_client response:
If anyone has been able to resolve this issue, I would appreciate any help.
TIA
I have created and recreated all of the items necessary to enable sign in with apple, but I keep getting invalid client. I have seen other posts with people running in to the same thing, but at this point I have not found an explanation that gets me unstuck.
I have a React Native app that I am building with an AWS backend. I followed the steps listed in an AWS doc (Apple won't let me list the URL. WTF), and have gone through this 3 times now. When I enable Sign In With Apple and test through the hosted UI, I get the same response every time: Invalid Client.
Apple's documentation says the following about an invalid_client response:
I'm really blocked at this point. I was able to get sign in with Google going no problem. Due to Apple's new(er) requirement, I have to also include Sign In With Apple. I'm just a team of one and don't have the resources to spend much more time on this, so I am close to needing to punt completely and remove both sign in with Google and Sign in With Apple. Which is incredibly frustrating since one works perfectly.The client authentication failed, typically due to a mismatched or invalid client identifier, invalid client secret (expired token, malformed claims, or invalid signature), or mismatched or invalid redirect URI.
If anyone has been able to resolve this issue, I would appreciate any help.
TIA