The hybrid android app made from mobilefirst cli 7.1 is not getting the authorization token from the mobilefirst server in our UAT environment which has webseal junction, so the subsequent adapters calls are failing as 401 unauthorized is returned for these calls, what makes this interesting is that ios app which is made from the same client side hybrid code works well with the same UAT environment with webseal.
one more interesting fact is that same android app works fine when pointed to SIT environment where there is no webseal .
So i am trying to understand what triggers the client ( WLHybridRequestSender)to send out the" /authorization/v1/token " call , and is there a chance that the webseal is filtering any response to a preceding call "token" call thats is breaking the client side code? if so where and what should i look for to resolve this issue?
Any advise or help is much appreciated !
Thanks