Fetch Apple’s public key to verify token signatures
Fetch Apple’s public key to verify ID token and server notification signatures.
URL
GET https://appleid.apple.com/auth/keysResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | JWKSet | The request was successful. |
Mentioned in
Discussion
If successful, the HTTP status code is 200 (OK) and the JWKSet.Keys object contains Apple’s public key. For more information, see Verifying a user and Decode and validate the notifications.