Hey everyone,
We started getting the notification for this deprecated feature. In there I’m reading:
Modify each identified application that relies on fixed-size Access Token and Authorization Code credentials so that those applications will accept the new variable size values.
I’m not sure what this means. I’m seeing that we use audience and as far as I understood this will result in a JWT token always. So, maybe this is not what is causing the warnings.
In another thread I saw that the “solution” to this migration is to turn off a toggle in the tenant settings. I see how this will make Auth0 issues tokens with variable size and will stop the notification. However, I don’t see how this solves the problem on our side where the apps may be broken.
Please advice. What we should focus on? Do we need to check something in your dashboard for each of the apps or we need to look for something specific in our integration.