s_c__Authentication_Provider__c Object Reference
Name | s_c__Authentication_Provider__c |
---|---|
Type | Custom StoreConnect Object |
Description | Configures an authentication provider for single sign on services on your StoreConnect store. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Active__c | Checkbox(false) | No | No |
Determines if this Authentication Provider is enabled for the store | |||
s_c__Api_Options__c | LongTextArea | No | 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. | |||
s_c__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. | |||
s_c__Client_Id__c | Text | No | No |
The Client ID provided by your Authentication Provider. | |||
s_c__Client_Secret__c | Text | No | No |
The Client Secret provided by your authentication provider. | |||
s_c__Provider_URL__c | URL | No | No |
The URL from the Authentication Provider for authentication requests. | |||
s_c__Provider__c | Picklist | No | No |
s_c__Reset_Password_URL__c | URL | No | No |
The URL from the Provider to be used for the Reset Password flow. | |||
s_c__Store_Id__c | Lookup (s_c__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