-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Sign in with Apple to work #3952
Comments
Thank you for posting this - our team will take a look and post updates here. |
Please let me know if there is any additional information I can provide to help diagnose the issue. |
@johndebord Unfortunately native Sign in with Apple is not supported. There is already a feature request open with the service team to work on this. |
@harsh62 Thank you for the response. I’m confused—is this blog post from AWS obsolete? |
What you are trying to do is federate into AWS using Cognito Identity. That should still work. In the original issue you've setup Amplify as follows
This means that you are trying to federate into AWS Cognito User Pools which is not supported with native Apple Sign in. In the tutorial, they have shown a way to setup AWS Cognito Identity using CLI. Which should still work. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
I am encountering an issue with implementing Sign in with Apple. While the sign-in flow initiates as expected, it ultimately fails to complete successfully. I have followed the configuration steps carefully, but I may have missed something. It is unclear whether this is related to IAM permissions; if so, I am unsure which permissions need to be assigned to which service or what specific permissions are required.
I am using Amplify 2.45.3
Here's the relevant code:
Here's my
resource.ts
file:Here's my verbose logs:
The text was updated successfully, but these errors were encountered: