Posts

Post not yet marked as solved
0 Replies
738 Views
Hi guys,I'm writing to you because I'm stuck in the Sign In flow (REST API).I've implemented both endpoint appleid.apple.com/auth/token and appleid.apple.com/auth/authorize. I'm using scope : "name email".When I click on the Sign In button, the form with my email and password appears but after validation, I'm not asked to authorize the app to get my email and name whereas the scopes are in the authorize url. In Oauth process on other providers (Facebook, Twitter...), you get the permission page that asking to authorize the application to get your information, that's not the case here.At the end of the process, I get and the id_token after decoding, I only get these fields :stdClass Object( [iss] => xxxxxx [aud] => xxxxxx [exp] => xxxxxx [iat] => xxxxxx [sub] => xxxxxx [at_hash] => xxxxxx [auth_time] => xxxxxx [nonce_supported] => 1)Am I doing something wrong ?Also, where do you remove the application authorization from your Apple account to restart from scratch the process ?THank you.Best regards
Posted
by rerergegr.
Last updated
.