@5minds/node-red-contrib-processcube 1.5.10-logging-identity-not-refreshing-26fa8f-m49o2y8n → 1.5.10-logging-identity-not-refreshing-992f6f-m49px9pc

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-26fa8f-m49o2y8n",
3
+ "version": "1.5.10-logging-identity-not-refreshing-992f6f-m49px9pc",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -103,9 +103,9 @@ module.exports = function (RED) {
103
103
  });
104
104
 
105
105
  const body = await res.json();
106
- node.log('auth url: ' + body);
106
+ node.log('auth url this is being used: ' + body);
107
107
 
108
- const issuer = await oidc.Issuer.discover('http://authority:11650');
108
+ const issuer = await oidc.Issuer.discover(body);
109
109
 
110
110
  const client = new issuer.Client({
111
111
  client_id: RED.util.evaluateNodeProperty(n.clientId, n.clientIdType, node),