'How to revoke Sign in with Apple credentials for a specific app?
We are testing the new Sign in with Apple feature with our application, and on the initial request we are provided with the users full name and email address (if the user enabled these options).
However on subsequent requests, this data is not provided only the identityToken and accessToken are provided.
This has made testing this service difficult as each time we want to test the sign up of a new user, we need a new user account.
Is there a way to revoke which app(s) are using Sign in with Apple for a certain Apple ID?
Solution 1:[1]
We have found a manual way to achieve this which has helped tremendously with testing so I thought it would be good to share here:
Go to https://appleid.apple.com and sign in
Scroll to down Security > APPS & WEBSITES USING APPLE ID > Manage
Click the appropriate app > Stop Using Apple ID
And then after clicking on the right app:
Solution 2:[2]
If you have the JWT id token, you should be able to decode it and retrieve the user info (name / email) from that directly.
For example, you can visit a site like https://jwt.ms/ and paste the id token there to see user-related data.
Edit: After doing some testing, it looks like the first/last name of the user is not in the decoded JWT token subsequent login requests. But, the email field is there, even though it is null in the apple id credential.
Solution 3:[3]
Simple and 100% working
If you have iphone which is used by you and using same apple id, now you can also remove app which is using apple sign in for your apple id.
Simply follow steps:
-Go to Settings
-Tap on your name
-Tap on Security
-Tap on Apps using apple id
-Select app which you want to remove
-At bottom there is an option "Stop Using Apple ID"
Solution 4:[4]
I've since found out there are smart factor classes on the current unstable folders of the project, but I was unable to use them even though my installation was successful. My solution was : the first time I saw a new landmark I would initialize it with a random range and the provided bearing. (range sensor noise would be very big)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Asleepace |
| Solution 2 | |
| Solution 3 | Mr.Javed Multani |
| Solution 4 | dig301 |






