Hi Deepak,
Maybe it is something related to cookies configuration.
Can your try to set samesite config to none on your liberty server.xml?
Example:
<httpEndpoint host="" httpPort="8001" httpsPort="8443" id="defaultHttpEndpoint">
<samesite>
<none></none>
</samesite>
</httpEndpoint>