-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from dataiku/feature/sc-147685-review-external…
…-pr-site-app-registration feat: [sc-147685] Review external PR to add Site App registration
- Loading branch information
Showing
13 changed files
with
194 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Richard Kroegel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
sharepy==1.3.0 | ||
sharepy==1.3.0 | ||
msal==1.23.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"meta": { | ||
"label": "Certificates", | ||
"description": "", | ||
"icon": "icon-cloud" | ||
}, | ||
"defaultDefinableInline": true, | ||
"defaultDefinableAtProjectLevel": true, | ||
"pluginParams": [], | ||
"params": [ | ||
{ | ||
"name": "sharepoint_tenant", | ||
"label": "Tenant", | ||
"type": "STRING", | ||
"description": "As in <tenant>.sharepoint.com. Please refer to plugin doc.", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "sharepoint_site", | ||
"label": "Site path", | ||
"type": "STRING", | ||
"description": "sites/site_name/subsite...", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "sharepoint_root", | ||
"label": "Root directory", | ||
"type": "STRING", | ||
"description": "", | ||
"defaultValue": "Shared Documents" | ||
}, | ||
{ | ||
"name": "tenant_id", | ||
"label": "Tenant ID", | ||
"type": "STRING", | ||
"description": "", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "client_id", | ||
"label": "Client ID", | ||
"type": "STRING", | ||
"description": "", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "client_certificate_thumbprint", | ||
"label": "Client certificate thumbprint", | ||
"type": "STRING", | ||
"description": "", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "client_certificate", | ||
"label": "Client certificate (private key)", | ||
"type": "PASSWORD", | ||
"description": "Base64-encoded, starting with '-----BEGIN PRIVATE KEY-----'", | ||
"mandatory": true | ||
}, | ||
{ | ||
"name": "passphrase", | ||
"label": "Certificate passphrase", | ||
"type": "PASSWORD", | ||
"description": "If required by private key", | ||
"mandatory": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters