Post

Replies

Boosts

Views

Activity

Reply to `invalid_grant` when exchanging authorization code obtained from `ASAuthorizationAppleIDCredential` on the server-side
Guys, I finally understood. In my case, my test was failed because I´m trying validate the authentication code more than one time. You have only one chance to validate the authentication code! Remember that authentication expires in a few minutes. Then, you need to login each test and get new authentication code for each validate test.
Topic: App & System Services SubTopic: General Tags:
Feb ’21
Reply to occurred invalid_grant when using authorization code
Did you find the solution? I already tested using nodejs, .net core, insomnia and curl. My secret means ok, because I passed about "invalid_client", but now, I've been faced the same problem. jwt: {"alg":"ES256","typ":"JWT"}.{"sub":"com.XXXX.XXXX","nbf":1612152911,"exp":1613016911,"iat":1612152911,"iss":"7MXXXXXXDM","aud":"https://appleid.apple.com"}
Topic: App & System Services SubTopic: General Tags:
Feb ’21