SSO session cookie timeout

Hello, A while ago I posted and this issue regarding landing on the zoom /meeting page instead of being redirected to the redirectUrl.

I found out this issue is related with how much time user takes to Authenticate using SSO. According to my test, if the user takes more than 90 seconds to Authenticate on the company domain page, then, after authentication the user will be redirected to /meeting, I’m guessing due a session timeout or something.

Question:
Do we know what is this session timeout value?
Could we increase this timeout?

How To Reproduce

  1. Login using the /authorize endpoint
zoom.us/oauth/authorize?redirect_uri=https%3A%2F%2Fzoomboxerredirect.vmware.com%2F&client_id=apBktPWPSCaawCXIBQHnaw&response_type=code&state=Myu2ygIaAzzi_RM6l4462g&nonce=yb2G_H8NlYVThRO0lsWDUQ&code_challenge=XQ4ZnjrEa06nUy8Dn2LePK70--Z9h9Uiw-AJchI2dpE&code_challenge_method=S256
  1. Choose SSO and Enter Company Domain
  2. From the moment company authentication page render take 90+ seconds to login

Actual
After authentication user will be redirected to /meeting page
Expected
After authentication user will be redirected to redirect_uri

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