KindeK
Kinde9mo ago
6 replies
theplay3r

Refresh token parsing error with Java SDK

Hey,

we're using your Java SDK and it's giving us a serialization error, when it's trying to parse the refresh token.

java.text.ParseException: Invalid serialized unsecured/JWS/JWE object: Missing second delimiter


it is trying to parse the refresh token as a JWT, however from the value, it looks more like a opaque token.

I think this is a bug and the refresh token should not be parsed, but used as-is?
Was this page helpful?