Opaque Access Token and Authorization Code Fixed Length - .NET support

Hi there,

I’m looking into this deprecation notice of Opaque Access Token and Authorization Code Fixed Length and I’m wondering if I can expect any issues with existing .NET packages (like for instance Microsoft.AspNetCore.Authentication) handling the variable-sized token configuration?

When I disable this toggle
image

in Tenant Settings - Advanced, and I’m able to properly authenticate and execute requests against my API successfully, can I safely say there’s no problem?

On our code end, I cannot recall we’re doing any string manipulation (length, substring, those kind of things) on the access token, so I don’t really see what could go wrong.

Best regards,

Emiel