apple sso get auth url

This block is part of the users group and was last modified in core v14.0.4.

apple sso get auth url v14.0.4

Generate an Apple SSO authorization URL. Redirect the user to this URL to start the login flow.

In pins 4 + flow
  • flow
    flow
  • Client ID required
    value

    Apple Services ID

  • Redirect URI required
    value

    The URL where Apple will redirect back to after authentication

  • State
    value

    Optional CSRF state parameter. If not provided, one will be auto-generated.

  • Scopes
    value

    Optional OAuth scopes. Defaults to "name email".

Out pins 4 + flow
  • flow
    flow
  • URL
    value

    The authorization URL to redirect the user to

  • State
    value

    The state parameter (auto-generated if not provided as input)

  • Success
    condition

    True if the URL was generated successfully

  • Error
    value

    Error message if success is false

sso
oauth
apple
single sign on
openid

A typical wiring for apple sso get auth url: a function trigger starts the flow; value feeds the client_id pin; value feeds the redirect_uri pin; the flow out pin feeds debug.

Studio canvas example for the apple sso get auth url block: typical wiring for apple sso get auth url.

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