Authentication Provider
API Name: AuthenticationProvider__c
Define one or more authentication providers for external user authentication.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Client Id | ClientId__c |
Text(255) | The client id for this website issued by the authentication provider. |
Client Secret | ClientSecret__c |
Text(255) | The client secret for this website issued by the authentication provider. |
Return URL | ReturnURL__c |
Url | The URL which does handle the login for the authentication provider. Refer to the manual for possible values. |