@5minds/node-red-contrib-processcube 1.5.10-logging-identity-not-refreshing-b1c33d-m49n28k0 → 1.5.10-logging-identity-not-refreshing-26fa8f-m49o2y8n

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.10-logging-identity-not-refreshing-b1c33d-m49n28k0",
3
+ "version": "1.5.10-logging-identity-not-refreshing-26fa8f-m49o2y8n",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -105,7 +105,7 @@ module.exports = function (RED) {
105
105
  const body = await res.json();
106
106
  node.log('auth url: ' + body);
107
107
 
108
- const issuer = await oidc.Issuer.discover(body);
108
+ const issuer = await oidc.Issuer.discover('http://authority:11650');
109
109
 
110
110
  const client = new issuer.Client({
111
111
  client_id: RED.util.evaluateNodeProperty(n.clientId, n.clientIdType, node),