apple sso verify code
This block is part of the users group and was last modified in core v14.0.4.
apple sso verify code v14.0.4 Exchange an Apple authorization code for user identity. Returns email, name, and a service token for "user exists by service".
- flow
flow - Client ID required
valueApple Services ID
- Team ID required
valueYour Apple Developer Team ID
- Key ID required
valueThe Key ID from your Apple private key
- Private Key required
valueThe PEM private key from Apple Developer portal
- Code required
valueThe authorization code returned by Apple
- Redirect URI required
valueMust be the same redirect URI used when generating the auth URL
- User Data
valueThe user JSON from Apple's form_post callback. Contains name data and is only sent on the user's first authorization.
- flow
flow - Email
valueThe user email address from the SSO provider
- Name
valueThe user display name
- First name
valueThe user first name
- Last name
valueThe user last name
- Service Token
valueService token in format "{provider}-{id}" for use with "user exists by service" block
- Provider User ID
valueThe unique user ID at the SSO provider
- Access Token
valueThe OAuth access token for making API calls on behalf of the user
- Refresh Token
valueThe OAuth refresh token for obtaining new access tokens
- Raw Token
objectThe full decoded ID token claims from the provider
- Success
conditionTrue if the code was exchanged successfully
- Error
valueError message if success is false
sso |
oauth |
apple |
single sign on |
openid |
verify |
exchange |
callback |
A typical wiring for apple sso verify code: a function trigger starts the flow; value feeds the client_id pin; value feeds the team_id pin; value feeds the key_id pin; value feeds the private_key pin; value feeds the code pin; value feeds the redirect_uri pin; the flow out pin feeds debug.

Version history
Introduced in v14.0.4.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
users Return to the main group to view all sub-groups Back to sso Return to the group to view all blocks within this group
