@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/cjs/index.js
CHANGED
|
@@ -3583,7 +3583,7 @@ var DefaultCrypto = class {
|
|
|
3583
3583
|
const key = await jose.importJWK(jwk);
|
|
3584
3584
|
await jose.jwtVerify(idToken, key, {
|
|
3585
3585
|
algorithms,
|
|
3586
|
-
audience: clientId,
|
|
3586
|
+
audience: [clientId],
|
|
3587
3587
|
clockTolerance,
|
|
3588
3588
|
issuer: validateJwtIssuer ? issuer : void 0,
|
|
3589
3589
|
subject
|