samlesa 2.15.4 → 2.15.5

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.
@@ -222,14 +222,14 @@ export class SpMetadata extends Metadata {
222
222
  if (isNonEmptyArray(this.meta.assertionConsumerService)) {
223
223
  this.meta.assertionConsumerService.forEach(obj => {
224
224
  if (obj.binding === bindName) {
225
- location = obj.Location;
225
+ location = obj.location;
226
226
  return;
227
227
  }
228
228
  });
229
229
  }
230
230
  else {
231
231
  if (this.meta.assertionConsumerService.binding === bindName) {
232
- location = this.meta.assertionConsumerService.Location;
232
+ location = this.meta.assertionConsumerService.location;
233
233
  }
234
234
  }
235
235
  return location;
@@ -115,7 +115,7 @@ export default class Metadata {
115
115
  }
116
116
  const service = singleLogoutService.find(obj => obj.binding === bindType);
117
117
  if (service) {
118
- return service.Location;
118
+ return service.location;
119
119
  }
120
120
  }
121
121
  return this.meta.singleLogoutService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samlesa",
3
- "version": "2.15.4",
3
+ "version": "2.15.5",
4
4
  "description": "High-level API for Single Sign On (SAML 2.0) baseed on samlify ",
5
5
  "main": "build/index.js",
6
6
  "keywords": [