iOS

Sign in with Apple REST API

Sign in with Apple is Apple's OpenID Connect-style identity provider for iOS, web, and other Apple-platform apps. The REST surface, hosted at appleid.apple.com, exposes /auth/token (authorization-code and refresh- token exchange), /auth/revoke (token revocation), /auth/keys (JWKS public keys for ID-token validation), and a server-to-server notification channel for account-deletion and email-relay events. Required for any iOS app offering third-party social login.

Sign in with Apple REST API is one of 8 APIs that iOS publishes on the APIs.io network.

Tagged areas include Authentication, OpenID Connect, OAuth 2.0, Identity, and Single Sign-On. The published artifact set on APIs.io includes API documentation, an API reference, and authentication docs.

API entry from apis.yml

apis.yml Raw ↑
aid: ios:sign-in-with-apple
name: Sign in with Apple REST API
description: Sign in with Apple is Apple's OpenID Connect-style identity provider for iOS, web, and other
  Apple-platform apps. The REST surface, hosted at appleid.apple.com, exposes /auth/token (authorization-code
  and refresh- token exchange), /auth/revoke (token revocation), /auth/keys (JWKS public keys for ID-token
  validation), and a server-to-server notification channel for account-deletion and email-relay events.
  Required for any iOS app offering third-party social login.
humanURL: https://developer.apple.com/sign-in-with-apple/
baseURL: https://appleid.apple.com
tags:
- Authentication
- OpenID Connect
- OAuth 2.0
- Identity
- Single Sign-On
properties:
- type: Documentation
  url: https://developer.apple.com/documentation/sign_in_with_apple
- type: APIReference
  url: https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api
- type: Authentication
  url: https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens