syonip / blog-comments

0 stars 0 forks source link

zoom-api-authentication-jwt-c-sharp #8

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Zoom API JWT authentication with C# | Jonathan's Dev Blog

This is a quick guide on using the Zoom API JWT authentication with C#. I found Zoom’s docs to be quite lacking, and had to experiment with this a bit to get it to work. When to use JWT Zoom has two methods of authenticating: OAuth and JWT - JSON Web Token. They recommend using…

https://www.learningsomethingnew.com/zoom-api-authentication-jwt-c-sharp

IraGladnick commented 3 years ago

Thanks for this article. I also have found the Zoom API documentation a bit vague in areas.

Say you have a web application (ASP.Net in my case) that needs to register people for Zoom meetings created by various individuals in your organization, and that you have the registration URL for these meetings that was generated at the time that these meetings were created with "Registration Required". That is, rather than meeting attendees manually registering themselves, the web application will do that for them.

Do you have an idea how the web application can get authorization from Zoom to do API calls that specify meeting ids for meetings created by a range of Zoom users in an organization, using a single set of JWT credentials? That's the part that seems to escape me.

IraGladnick commented 3 years ago

Correction: rather than "you have the registration URL for these meetings that was generated at the time that these meetings were created..", I should have said "you have the meeting id for these meetings that was generated at the time that these meetings were created.."

syonip commented 3 years ago

Hi @IraGladnick , Sorry I don't really know the answer to that, but you could try asking in the zoom forum, I think you'll get help there.

Sodadk commented 3 years ago

This made my day. Thank you. Been looking for exactly this for days!!!

syonip commented 3 years ago

Happy it helped :)

charmtg commented 3 years ago

Thanks Jonathan!

syonip commented 3 years ago

You're welcome!