mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Salesforce Node): Add support for PKCE (#14082)
This commit is contained in:
@@ -10,6 +10,12 @@ export class SalesforceOAuth2Api implements ICredentialType {
|
||||
documentationUrl = 'salesforce';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Grant Type',
|
||||
name: 'grantType',
|
||||
type: 'hidden',
|
||||
default: 'pkce',
|
||||
},
|
||||
{
|
||||
displayName: 'Environment Type',
|
||||
name: 'environment',
|
||||
@@ -26,12 +32,6 @@ export class SalesforceOAuth2Api implements ICredentialType {
|
||||
],
|
||||
default: 'production',
|
||||
},
|
||||
{
|
||||
displayName: 'Grant Type',
|
||||
name: 'grantType',
|
||||
type: 'hidden',
|
||||
default: 'authorizationCode',
|
||||
},
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
|
||||
Reference in New Issue
Block a user