Generate Apple client secret
generate_apple_client_secretGenerate an Apple OAuth2 client secret JWT from Apple developer credentials to enable Apple sign-in. Requires superuser access.
Instructions
Generate a new Apple OAuth2 client secret (JWT) from your Apple developer credentials. Superuser only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | Apple private key id. | |
| teamId | Yes | Apple Developer Team ID. | |
| clientId | Yes | Apple Services ID (client id). | |
| duration | Yes | Secret validity duration in seconds (max ~15777000). | |
| privateKey | Yes | Apple private key contents (PEM). |