Issue with Sign in with Apple Token Revocation API

Hello everyone!

I'm encountering an issue while trying to use the Sign in with Apple token revocation API. I've followed the steps outlined in the official documentation (https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens), but when I consume the API, I receive a 200 status code instead of the expected code.

I've double-checked my implementation and can't find any obvious errors. Has anyone else experienced this issue before? I would greatly appreciate any suggestions or advice on how to resolve this issue.

Thank you in advance for your help!

Answered by DTS Engineer in 815130022

Hi @conekcity,

The Revoke tokens endpoint is expected to return a 200 status code in the following scenarios:

  • when the provided token has been revoked; or
  • when the provide token was previously invalid.

There is no response body for these requests as in either scenario, the token provided is now, or already was, invalid.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

This is example

Hi @conekcity,

The Revoke tokens endpoint is expected to return a 200 status code in the following scenarios:

  • when the provided token has been revoked; or
  • when the provide token was previously invalid.

There is no response body for these requests as in either scenario, the token provided is now, or already was, invalid.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Issue with Sign in with Apple Token Revocation API
 
 
Q