@itentialopensource/adapter-paragon_pathfinder 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 1.2.4 [04-27-2023]
3
+
4
+ * Patch/add msa
5
+
6
+ See merge request itentialopensource/adapters/controller-orchestrator/adapter-paragon_pathfinder!7
7
+
8
+ ---
9
+
2
10
  ## 1.2.3 [04-27-2023]
3
11
 
4
12
  * Patch/add msa
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_pathfinder",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "This adapter integrates with paragon pathfinder",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",
@@ -122,7 +122,8 @@
122
122
  "static_token",
123
123
  "jwt_token",
124
124
  "request_token",
125
- "no_authentication"
125
+ "no_authentication",
126
+ "multi_step_authentication"
126
127
  ]
127
128
  },
128
129
  "username": {
@@ -1243,4 +1244,4 @@
1243
1244
  }
1244
1245
  }
1245
1246
  }
1246
- }
1247
+ }
Binary file