@asgardeo/javascript 0.8.2 → 0.8.3
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/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3455,7 +3455,7 @@ var DefaultCrypto = class {
|
|
|
3455
3455
|
const key = await jose.importJWK(jwk);
|
|
3456
3456
|
await jose.jwtVerify(idToken, key, {
|
|
3457
3457
|
algorithms,
|
|
3458
|
-
audience: clientId,
|
|
3458
|
+
audience: [clientId],
|
|
3459
3459
|
clockTolerance,
|
|
3460
3460
|
issuer: validateJwtIssuer ? issuer : void 0,
|
|
3461
3461
|
subject
|