Skip to content
Log in

AuthenticationProvider - Liquid Object Reference

On this page

Description

The AuthenticationProvider object represent configuration for a 3rd party provider that can be used to login to StoreConnect. Typically these are SSO providers.

:::note This object supports custom data via the data attribute. :::

Backed by

This drop renders the s_c__Authentication_Provider__c Salesforce object. A theme writes it as authentication_provider.

Liquid attribute Salesforce field
provider s_c__Provider__c
reset_password_url s_c__Reset_Password_URL__c

Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.

Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from authentication_provider.data. See custom data fields in Liquid.

Attributes

Attribute Type Description
identifier String Returns the unique identifier for this AuthenticationProvider
name String Returns the name of this AuthenticationProvider
provider String Returns the name of the service used by this AuthenticationProvider
reset_password_url String Returns the URL users must visit to reset their password with this AuthenticationProvider
sign_in_path String Returns the relative path used to sign in with this AuthenticationProvider
supports_registration? Boolean Returns true if this AuthenticationProvider also supports the ability to register for an account
supports_reset_password? Boolean Returns true if this AuthenticationProvider also supports the ability to reset user passwords

Available on

Was this article helpful?

Was this article helpful?