question

Vineskills Team avatar image
Vineskills Team asked Nick R commented

What if the User who created the JWT Token gets removed from the account?

Hello,


Does anyone know what happens if the User who generated the JWT Token for our application was removed from the client's account? WIll that JWT token stop giving us access?


Thank you!

authenticationget token
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Phong Vu avatar image
Phong Vu answered Nick R commented

In that case, any JWT token associated with that user will be revoked/deleted. Authenticate an app with those JWT tokens will simply fail.

6 comments
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Vineskills Team avatar image Vineskills Team commented ·

Thank you so much Phong Vu!

0 Likes 0 ·
Nick R avatar image Nick R commented ·

Is there a way to create a token which is not tied to a specific user if our application requires it?

Thank you!

0 Likes 0 ·
Phong Vu avatar image Phong Vu ♦♦ Nick R commented ·

Unfortunately no. A JWT token represents a particular user, and it is for authenticating that user to get an access token. In RingCentral platform, an access token is generated for an extension with the access right within the user role. Thus, there is no generic JWT token.

0 Likes 0 ·
Nick R avatar image Nick R Phong Vu ♦♦ commented ·

So the only "solution" to this would be to create a "user" that is not actually a person so that it would never be necessary to disable that "user" for security reasons if that person were to leave the company?

Thank you!

0 Likes 0 ·
Show more comments

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys