@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 +1 -1
- package/package.json +1 -1
- package/report/adapterInfo.json +1 -1
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
package/report/adapterInfo.json
CHANGED