{"title":"AuthenticationProvider - Liquid Object Reference","slug":"authentication-provider-liquid-object-reference","url":"https://support.storeconnect.com/articles/authentication-provider-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/authentication-provider-liquid-object-reference.md","subtitle":null,"summary":"The AuthenticationProvider object represent configuration for a 3rd party provider that can be used to login to StoreConnect. Typically these are SSO providers.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, AuthenticationProvider, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe AuthenticationProvider object represent configuration for a 3rd party provider that can be used to login to StoreConnect. Typically these are SSO providers.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `identifier` | String | Returns the unique identifier for this AuthenticationProvider |\n| `name` | String | Returns the name of this AuthenticationProvider |\n| `provider` | String | Returns the name of the service used by this AuthenticationProvider |\n| `reset_password_url` | String | Returns the URL users must visit to reset their password with this AuthenticationProvider |\n| `sign_in_path` | String | Returns the relative path used to sign in with this AuthenticationProvider |\n| `supports_registration?` | Boolean | Returns true if this AuthenticationProvider also supports the ability to register for an account |\n| `supports_reset_password?` | Boolean | Returns true if this AuthenticationProvider also supports the ability to reset user passwords |\n\n## Available on\n\n- [Store - Liquid Object Reference](store-liquid-object-reference) — `authentication_providers`"}