{"title":"Single Sign On Form - Liquid Form Reference","slug":"single-sign-on-form-reference","url":"https://support.storeconnect.com/articles/single-sign-on-form-reference","url_markdown":"https://support.storeconnect.com/articles/single-sign-on-form-reference.md","subtitle":null,"summary":"The `single-sign-on` Liquid form redirects the customer to an external identity provider for SSO-based authentication on the storefront.","type":"Developer_Documentation","video_url":"","keywords":"liquid, forms, single-sign-on, session, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Usage\n\n\n```liquid\n\n{% form \"single-sign-on\" %}\n  \u003c!-- Form fields here --\u003e\n{% endform %}\n```\n\n\n| Property | Value |\n|----------|-------|\n| **Form Name** | `single-sign-on` |\n| **Category** | Session |\n\n## Form Object\n\nInside the form block, you can access the `form` object which provides:\n\n- `form.errors` — Any validation errors after submission"}