Skip to main content
Question

Validity of OAuth 2.0 with JWT (Server Authentication) RSA key pairs

  • May 22, 2025
  • 2 replies
  • 41 views

Forum|alt.badge.img

Is there an expiry date or validity period of RSA key pairs generated for Box API application using "OAuth 2.0 with JWT (Server Authentication)" authentication method? Certificate keys generated doesn't seem to show any dates, so wanted to confirm.

2 replies

Forum|alt.badge.img

 There is no expiry date for the RSA key pairs generated for JWT authentication. If needed, you can invalidate any registered RSA key pairs by deleting them in the developer console. 


Forum|alt.badge.img

Awesome. Thanks.