Skip to content

I'm either setting this up wrong, or oauth-s2s account id is getting mangled #316

Answered by Jericho
HS-Dave asked this question in Q&A
Discussion options

You must be logged in to vote

I am not too too alarmed by the extra period. My guess is it's simply added to the error message but to be sure, you should use a proxy tool to visually inspect the request being sent to Zoom and their response and confirm everything is being sent as expected. I personally like Fiddler Classic but you can use other tools as well and you configure ZoomNet to send request through this proxy like so:

var clientId = Environment.GetEnvironmentVariable("ZOOM_OAUTH_CLIENTID", EnvironmentVariableTarget.User);
var clientSecret = Environment.GetEnvironmentVariable("ZOOM_OAUTH_CLIENTSECRET", EnvironmentVariableTarget.User);
var accountId = Environment.GetEnvironmentVariable("ZOOM_OAUTH_ACCOUNTID", E…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@HS-Dave
Comment options

Answer selected by HS-Dave
Comment options

You must be logged in to vote
2 replies
@HS-Dave
Comment options

@Jericho
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants