3 Replies Latest reply on Dec 11, 2018 12:11 AM by jaikiran

    Post calls failing in SSO configuration with Wildfly 14.0.1 and PicketLink 2.5.5.SP12

    rkshah1988

      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

       

      Please help to resolve this error.