mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add SharePoint credentials (#11570)
This commit is contained in:
committed by
GitHub
parent
bc0d51eed5
commit
05c61091db
@@ -18,8 +18,9 @@ export class MicrosoftOAuth2Api implements ICredentialType {
|
||||
type: 'hidden',
|
||||
default: 'authorizationCode',
|
||||
},
|
||||
//info about the tenantID
|
||||
//https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints
|
||||
// Info about the tenantID
|
||||
// https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols#endpoints
|
||||
// Endpoints `/common` can only be used for multitenant apps
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
name: 'authUrl',
|
||||
|
||||
Reference in New Issue
Block a user