Questions tagged [sign-in-with-apple]

142 questions
17
votes
6 answers

Sign in with Apple (iOS App + Backend verification) API returns error "invalid_client"

I'm trying to implement Sign In with Apple with an iOS app and a backend. The goal is this: The User signs in on the iOS app After a positive response the app calls an endpoint on the backend and hands over the authorizationCode The backend now…
Lukas Würzburger
  • 6,207
  • 7
  • 35
  • 68
11
votes
3 answers

swift - Sign in With Apple "Sign Up not completed" error

Made all the setup for sign in with apple, but when pressing on continue and passing Face ID check I am getting "Sign Up not completed" error. However, no error is thrown to the delegate. Then I tried to create a test project with my friend's Paid…
Rustico
  • 131
  • 5
10
votes
0 answers

Understanding ASAuthorizationPasswordProvider

Working with sign in with Apple and in their sample code they have: let requests = [ASAuthorizationAppleIDProvider().createRequest(), ASAuthorizationPasswordProvider().createRequest()] And I am confused understanding the difference…
Mr.P
  • 1,241
  • 13
  • 30
10
votes
1 answer

Can I store Apple's public key for verifying token signature?

In order to implement OAuth with Apple, we make a call GET https://appleid.apple.com/auth/keys. (According to the documentation in…
9
votes
0 answers

Sign in with Apple - how to identify a user when sign up second time with real email

I'm a bit of confused about documentation and what's in the variable description in sign up with Apple. Let's say we have an scenario: User Sign in with Apple using fake/generated email address. User switching the devices or using different device…
Jakub
  • 12,851
  • 13
  • 75
  • 130
8
votes
1 answer

Android Sign in with apple and firebase flutter

I'm using sign_in_with_apple and I've got the signin working for ios but the android component is not working. I've had a look through the docs and issues where this is asked but there are no clear answers.…
gg11
  • 570
  • 6
  • 16
8
votes
1 answer

How to enable Apple Sign in for existing app? "Provisioning profile doesn't support the Sign In with Apple capability"

I am trying to enable Apple Sign in for existing app, but am getting "Provisioning profile doesn't support the Sign In with Apple capability" and "Provisioning profile doesn't include the com.apple.developer.applesignin entitlement." Following Apple…
7
votes
2 answers

Cause of error setting up Sign in with Apple for Firebase in Swift on iOS 13?

I have been following https://firebase.google.com/docs/auth/ios/apple and it does mention the error I am receiving re "sending the SHA256-hashed nonce as a hex string" but it doesn't offer any help to solve it and my searches haven't given me a…
ruraldev
  • 147
  • 1
  • 12
6
votes
2 answers

I am using Firebase Apple sign-in for user login but I am not sure where do I put https://myapp.firebaseapp.com/__/auth/handler?

I am using Firebase Apple sign-in-with-apple for user login but I am not sure where do I put https://myapp.firebaseapp.com/__/auth/handler This is documentation from Firebase login. *To complete set up, add this authorization callback URL to your…
6
votes
4 answers

Sign In With Apple JS returns 'invalid_request: Invalid redirect_uri.'

I've started integrating Sign In With Apple to my website, but I'm having some issues. I THINK I've configured Sign In With Apple on their end as it should be. Next, I configured my HTML/CSS/JS as I saw on an article. When I click the "Sign In…
6
votes
1 answer

invalid_client for sign in with apple

What I try to achieve: iOS client sends a JWT token to the backend. Backend (Java) calls https://appleid.apple.com/auth/token to verify the token. what I have so far: to make Apple verification call: restTemplate = new RestTemplate(); …
Irina
  • 459
  • 5
  • 17
5
votes
2 answers

Sign in with apple button not firing target function

I have an app with a min target of iOS 11. However, I need to support Sign In With Apple, so I'm adding a sign in with apple button to my stack view like this: private var appleButton: UIControl // Has to be a UIControl because…
Tometoyou
  • 5,817
  • 6
  • 46
  • 83
5
votes
2 answers

Sign In With Apple saying could not connect to wifi even though wifi is connected

I implemented sign-in with apple on my ios application and it's been working perfectly on my end, whether it was run on a simulator or a real device or with the latest ios version (13.5). It also worked perfectly during internal beta-testing when I…
5
votes
3 answers

Enable as a primary App ID option is disable in Sign In with Apple - Apple ID configuration

I am trying to add the "Sign In with Apple" to my existing App ID. After checking the option to enable it, the following popup was shown: with this message: If you're enabling an App ID for the first time or for a new app, enable the App ID as a…
channa ly
  • 7,062
  • 13
  • 44
  • 70
5
votes
3 answers

Custom circular button for SignIn with Apple

I'm following Apple's guidelines for implementing the "Sign in with Apple" button. In the documentation apple says that it is also possible to use only the logo to create a custom button of "Log in with Apple), also you can also change the shape of…
kAiN
  • 2,143
  • 1
  • 20
  • 45
1
2 3
9 10