Auth0 Access Token Size is 1334 and causing CookieOverflow Exception in Rails 7 Application

My team and I are currently upgrading our auth0 based sso application to rails 7 and the access token coming back is too large to store in the cookie with the other elements. We do have custom claims and I noticed that auth0 once had a fixed access token setting that would keep the size of the token down to a minimum. Right now, on redirect the token is 4336 bytes in total with all required data. Of course we need to be underneath 4,000 bytes. What can we do to fix this issue, as its a blocker for our mandatory upgrades?