Can we remove expiry from access_token

Hi @care , welcome!

Do you mean the “exp” claim?
If yes, then unfortunately you won’t get rid of it. This is the limitation of the registered claims that can not be modified / deleted.

  • a subset of OIDC and other registered standard claims or claims used internally by Auth0 cannot be customized or modified

Best you can do in this case is to increase the access token life time via Auth0 dashboard.

Please let me know if you have any questions!