feat: Add SharePoint credentials (#11570)

This commit is contained in:
feelgood-interface
2024-11-22 12:37:03 +01:00
committed by GitHub
parent bc0d51eed5
commit 05c61091db
4 changed files with 101 additions and 2 deletions

View File

@@ -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',