@itentialopensource/adapter-microsoft_graph 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.0.2 [08-24-2023]
3
+
4
+ * Update utils version to 5 and add oauth support
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-microsoft_graph!2
7
+
8
+ ---
9
+
2
10
  ## 1.0.1 [08-23-2023]
3
11
 
4
12
  * Update utils version to 5 and add oauth support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-microsoft_graph",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "This adapter integrates with system described as: microsoftGraph.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",
Binary file
@@ -60,7 +60,9 @@
60
60
  "payload": {},
61
61
  "uriOptions": {},
62
62
  "addlHeaders": {},
63
- "authData": {}
63
+ "authData": {
64
+ "scope": "https://graph.microsoft.com/.default"
65
+ }
64
66
  },
65
67
  "healthcheck_on_timeout": true,
66
68
  "return_raw": false,