JWT To Outh server to server authentication migration

We have created the sub-account and created the application for testing. We have a few questions about the same.

  1. We have chosen OAuth server-to-server authentication but key their token expiration is only for one hour can we extend the token time? If Yes, kindly share the maximum token timeline.
  2. If we move from JWT to OAuth then our old appointment will work the same just the same?
  3. We already start the implementation of OAUth. Will someone help in the migration process on call because we don’t have any idea how to migrate from JWT to OAuth?
  4. Can we have video help that demonstrates how to do the migration from JWT to OAuth from dev login – where we create an application in developer login?

@insynctelemedicine

The response are inline

  1. We have chosen OAuth server-to-server authentication but key their token expiration is only for one hour can we extend the token time? If Yes, kindly share the maximum token timeline.

Answer: There is no extension of token time. For Server to server OAuth, this is by design. You will need to make the call to https://zoom.us/oauth/token?grant_type=account_credentials&account_id= to get an access token. The access token is then used to call the REST API.

  1. If we move from JWT to OAuth then our old appointment will work the same just the same?

Answer: Any meetings which has already been scheduled will still be valid. These “old appointments” will still be there on your account. For OAuth, the REST endpoints to schedule meeting is still the same.

  1. We already start the implementation of OAUth. Will someone help in the migration process on call because we don’t have any idea how to migrate from JWT to OAuth?

Answer: I would recommend you to raise a ticket for this.

  1. Can we have video help that demonstrates how to do the migration from JWT to OAuth from dev login – where we create an application in developer login?

Answer: Could you elaborate on this?

please tag me in your response to get my attention. thanks