Authentication Provider Object Reference

Overview

Configures an authentication provider for single sign on services on your StoreConnect store.

Property Value
API Name s_c__Authentication_Provider__c
Label Authentication Provider
Plural Label Authentication Providers
Type Custom Object

Fields

Field Label API Name Type Required Description
Active s_c__Active__c Checkbox No Determines if this Authentication Provider is enabled for the store
API Options s_c__Api_Options__c LongTextArea(10000) No This allows you to provide other options that are required for this API connection to work. The required data of this field depends on the provider being used. Please reference the relevant StoreConnect Authentication Provider documentation for details.
Authorised Domains s_c__Authorised_Domains__c LongTextArea(10000) No This is a semicolon separated list of additional domain names (other than the domain name in the provider URL) that will be authorised to initiate an SSO login to the store via this authentication provider. Domains not listed here will be unauthorised to submit a POST to your application to login.
Client ID s_c__Client_Id__c Text(255) No The Client ID provided by your Authentication Provider.
Client Secret s_c__Client_Secret__c Text(255) No The Client Secret provided by your authentication provider.
Provider URL s_c__Provider_URL__c Url No The URL from the Authentication Provider for authentication requests.
Provider s_c__Provider__c Picklist No
Reset Password URL s_c__Reset_Password_URL__c Url No The URL from the Provider to be used for the Reset Password flow.
Store s_c__Store_Id__c Lookup (s_c__Store__c) Yes The Store using this Authentication Provider.

Relationships

Field Type Related Object Relationship Name
s_c__Store_Id__c Lookup s_c__Store__c Authentication_Providers