mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
fix(core): Allow ignoring SSL issues on generic oauth2 credentials (#6702)
This commit is contained in:
committed by
GitHub
parent
db3c12ffc7
commit
feac369f6c
@@ -265,6 +265,7 @@ oauth2CredentialController.get(
|
||||
redirectUri: `${getInstanceBaseUrl()}/${restEndpoint}/oauth2-credential/callback`,
|
||||
scopes: split(scopes, ','),
|
||||
scopesSeparator: scopes.includes(',') ? ',' : ' ',
|
||||
ignoreSSLIssues: get(oauthCredentials, 'ignoreSSLIssues') as boolean,
|
||||
};
|
||||
|
||||
if (oauthCredentials.grantType === 'pkce') {
|
||||
|
||||
Reference in New Issue
Block a user