Skip to content

Commit de934fd

Browse files
authored
Merge pull request #89 from dataiku/chore/mark-site-app-permission-as-deprecated
Chore/mark site app permission as deprecated
2 parents a26491d + b8db278 commit de934fd

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Increase the version of the package cryptography to 46.0.5 and msal to 1.34.0 in response to CVE-2026-26007
66
- Python support changes in this version to 3.8, 3.9, 3.10 and 3.11. Support for python versions 3.5, 3.6 and 3.7 is dropped.
7+
- Marking Site App Permission auth method as deprecated
78

89
## [Version 1.2.0](https://github.com/dataiku/dss-plugin-sharepoint-online/releases/tag/v1.2.0) - Feature release - 2025-11-05
910

parameter-sets/site-app-permissions/parameter-set.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"meta": {
3-
"label": "SharePoint Online Site App Permissions",
4-
"description": "",
3+
"label": "Site App Permissions (deprecated)",
4+
"description": "⚠️ Deprecated",
55
"icon": "icon-cloud"
66
},
77
"defaultDefinableInline": true,

python-connectors/sharepoint-online_lists/connector.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"label": "Type of authentication",
1414
"type": "SELECT",
1515
"selectChoices": [
16-
{
17-
"value": "login",
18-
"label": "User name / password (deprecated)"
19-
},
2016
{
2117
"value": "oauth",
2218
"label": "Azure Single Sign On"
2319
},
24-
{
25-
"value": "site-app-permissions",
26-
"label": "Site App Permissions"
27-
},
2820
{
2921
"value": "app-certificate",
3022
"label": "Certificates"
3123
},
3224
{
3325
"value": "app-username-password",
3426
"label": "User name / password"
27+
},
28+
{
29+
"value": "login",
30+
"label": "User name / password (deprecated)"
31+
},
32+
{
33+
"value": "site-app-permissions",
34+
"label": "Site App Permissions (deprecated)"
3535
}
3636
]
3737
},

python-fs-providers/sharepoint-online_shared-documents/fs-provider.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"label": "Type of authentication",
1111
"type": "SELECT",
1212
"selectChoices": [
13-
{
14-
"value": "login",
15-
"label": "User name / password (deprecated)"
16-
},
1713
{
1814
"value": "oauth",
1915
"label": "Azure Single Sign On"
2016
},
21-
{
22-
"value": "site-app-permissions",
23-
"label": "Site App Permissions"
24-
},
2517
{
2618
"value": "app-certificate",
2719
"label": "Certificates"
2820
},
2921
{
3022
"value": "app-username-password",
3123
"label": "User name / password"
24+
},
25+
{
26+
"value": "login",
27+
"label": "User name / password (deprecated)"
28+
},
29+
{
30+
"value": "site-app-permissions",
31+
"label": "Site App Permissions (deprecated)"
3232
}
3333
]
3434
},

0 commit comments

Comments
 (0)