@nsshunt/stsappframework 3.1.127 → 3.1.128

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": "@nsshunt/stsappframework",
3
- "version": "3.1.127",
3
+ "version": "3.1.128",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./types/index.d.ts",
@@ -316,7 +316,7 @@ export class TestHelper {
316
316
  // https://jestjs.io/docs/expect#tomatchobjectobject
317
317
  const desiredJWT = {
318
318
  scope: 'offline_access session.read session.update',
319
- iss: 'https://stsmda.com.au/stsauth/',
319
+ iss: 'https://stscore.stsmda.org/oauth2/v2.0',
320
320
  aud: 'https://stsmda.com.au/stsauthapi/v1.0/',
321
321
  sub: 'session'
322
322
  };