Authentication_Provider__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Active__c Checkbox(false) No No Determines if this Authentication Provider is enabled for the store
Authorised_Domains__c LongTextArea No 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__c Text No No The Client ID provided by your Authentication Provider.
Client_Secret__c Text No No The Client Secret provided by your authentication provider.
Provider_URL__c URL No No The URL from the Authentication Provider for authentication requests.
Provider__c Picklist No No  
Reset_Password_URL__c URL No No The URL from the Provider to be used for the Reset Password flow.
Store_Id__c Lookup(Store__c) Yes No The Store using this Authentication Provider.

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation