Apple
note
Child node: must be placed inside a Web Page node.
Node Card
Category: Social & Federated Nodes
Type:
applePlacement: Child node inside a Web Page node.
Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Service ID | text | Yes | The Apple Services ID (used as the OAuth Client ID). |
| Bundle ID | text | Yes | The Apple App Bundle ID. |
| Key ID | text | Yes | The Key ID associated with your Apple Sign In private key. |
| Team ID | text | Yes | Your Apple Developer Team ID. |
| Client Secret | textarea | No | The Apple-generated client secret JWT. If omitted, LoginRadius generates it using the Key ID and Team ID. |
| Output | Condition |
|---|---|
true | Sign in with Apple succeeded and a linked LoginRadius account was found or created |
false | Apple authentication failed or no linked account could be resolved |
Usage Notes
Apple requires a registered Services ID and a private key from the Apple Developer portal. Register the LoginRadius callback URL as a return URL in your Apple Services ID configuration. Note that Apple only returns the user's email on the first sign-in; subsequent sign-ins will not include it.