@itentialopensource/adapter-zscaler 0.12.3 → 0.12.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/adapter.js CHANGED
@@ -692,7 +692,7 @@ class Zscaler extends AdapterBaseCl {
692
692
  const { allProps: { authentication: { apiKey } } } = this;
693
693
  const timestamp = Date.now().toString();
694
694
  if (!apiKey) {
695
- return {};
695
+ return { audience: this.allProps.authentication.audience };
696
696
  }
697
697
  const high = timestamp.substring(timestamp.length - 6);
698
698
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-zscaler",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "This adapter integrates with system Zscaler",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.3.12",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.12.2",
2
+ "version": "0.12.3",
3
3
  "configLines": 35670,
4
4
  "scriptLines": 2498,
5
5
  "codeLines": 31253,