-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
None
-
None
I have SSO configuration enabled using PicketLink. It was working fine with Wildfly 10. But after upgrading to Wildfly 14, getting this error.
When we try to login to our application, it gets redirected to IDP and after successful authentication, it comes back to our application.
But here all POST calls are failing with the error:
EOFException : No content to map to Object due to end of input.
As per the stacktrace, this exception is coming in ObjectMapper.java file in jackson-mapper-asl jar.
Attaching the screenshots of the stacktrace
We are using Wildfly 14.0.1 which uses PicketLink 2.5.5.SP12