Why it says signature is invalid

Description
Hi Team,

I downloaded the sample auth node js from github and replaced the sdk key and secret.

After that i am trying to generate signature but it says invalid on jwt.io

payload:


{

"meetingNumber": "123456789",

"role": 0

}

Repo: GitHub - zoom/meetingsdk-auth-endpoint-sample: Generate a Meeting SDK JWT to join Zoom meetings and webinars with the Meeting SDK.

I can share the key and secret if you want to try

Browser Console Error
Signature in invalid

Which Web Meeting SDK version?
Knowing the version can help us to identify your issue faster. [e.g. 1.9.9]

Meeting SDK Code Snippets
The code snippets that are causing the error / issue so we can reproduce.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Troubleshooting Routes
The troubleshooting attempt types you’ve already exhausted, including testing with the appropriate sample app (found on Zoom · GitHub).

Device (please complete the following information):

  • Device: [e.g. Macbook Pro] Dell
  • OS: [e.g. macOS 11] Windows 11 pro
  • Browser: [e.g. Chrome] Chrome
  • Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)] 132.0.6834.111

Additional context
Add any other context about the problem here.

Just to update here yesterday it was fine, I feel it is related with marketplace app do i have to publish it in order to test more than 1 day ?

here also it returns invalid signature id

I copied the id and secret from the app and pasted here to generate the JWT

Client app now does not return signature invalid and it is fine without any changes but jwt.io still it returns invalid signature if i paste the generated jwt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.