Java SDK : Authorization Code and Access Token Variable Size

Please include the following information in your post:

  • Which SDK this is regarding: auth0-java
  • SDK Version: e.g. auth0-1.5.1.jar
  • Platform Version: e.g. Java 8
  • Code Snippets/Error Messages/Supporting Details/Screenshots: NA
    Is this a feature request or bug report? No

Hello Team,
We are currently using JAVA SDK auth0-1.5.1.jar and other dependences relative to this version.
Does this need any upgrade action on our side owing to the change in the token size as per the notification?
P.S. We don’t do any hardcoded checks on the length of the token or access code in our application.
We have mostly used all methods provided by the SDK.

Hi @priya.sharma.9362,

Welcome back to the Auth0 Community!

If you are not relying on the size of the token, then you should be okay. With that said, I would test to make sure:

You should be able to test the new token length setting in your tenant by going to Tenant Settings → Advanced.

I would also suggest upgrading to the most recent version of the SDK to be safe.

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