
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-19 11:39 PM
It says this please solve my probleme
The Token's Signature resulted invalid when verified using the Algorithm: HmacSHA256
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-26 11:23 AM
Hi Sanzayy,
I'll try to assist here, but I'll be making a few assumptions based on how you're attempting to integrate Zoom into your site. With that being said, if the following does not help, we'd recommend submitting a post to our developer forum found here:
https://devforum.zoom.us/
Assuming you're leveraging JWT authentication to make Zoom API calls, the error message essentially indicates that the token is invalid in some way. Here are a few things that might help:
- If you are able to gather the token being used, a service such as jwt.io can be helpful based on the key/secret being used in the token to validate the token is correct.
- If you are generating a new token (following a process such as the one found here: https://marketplace.zoom.us/docs/guides/auth/jwt), it would be worthwhile to check how the token itself is being generated. It would be recommended to check that the key and secret that you are leveraging match the ones found in your account.
- If you are using a JWT token created by Zoom with an expiration time, it would be worthwhile checking the token has not expired (https://marketplace.zoom.us/docs/guides/build/jwt-app)
Hopefully this helps! If not, we'd highly recommend reaching out on our developer forum for further assistance here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-08-26 11:23 AM
Hi Sanzayy,
I'll try to assist here, but I'll be making a few assumptions based on how you're attempting to integrate Zoom into your site. With that being said, if the following does not help, we'd recommend submitting a post to our developer forum found here:
https://devforum.zoom.us/
Assuming you're leveraging JWT authentication to make Zoom API calls, the error message essentially indicates that the token is invalid in some way. Here are a few things that might help:
- If you are able to gather the token being used, a service such as jwt.io can be helpful based on the key/secret being used in the token to validate the token is correct.
- If you are generating a new token (following a process such as the one found here: https://marketplace.zoom.us/docs/guides/auth/jwt), it would be worthwhile to check how the token itself is being generated. It would be recommended to check that the key and secret that you are leveraging match the ones found in your account.
- If you are using a JWT token created by Zoom with an expiration time, it would be worthwhile checking the token has not expired (https://marketplace.zoom.us/docs/guides/build/jwt-app)
Hopefully this helps! If not, we'd highly recommend reaching out on our developer forum for further assistance here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-09-01 08:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-06-18 09:18 PM
Welcome to All Friends
