Contents

Fetch Apple's public key for verifying token signature

Retrieve the public key associated with the cryptographic identity Apple uses to sign the token.

URL

GET https://appleid.apple.com/auth/oauth2/v2/keys

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
JWKSet

The request was successful.

Overview

If successful, the HTTP status code is 200 (OK), and the JWKSet.Keys object contains Apple’s public key.

See Also

Generating tokens