I have a big issue with mobilefirst, when I try to call a protected resource I have this issue:
The issue is on Android only, iOS works perfectly.
evaluateJavascript=cordova.callbackFromNative('WLResourceRequestPlugin368975848',false,9,[{"status":400,"statusText":"Bad Request","responseText":"{\"errorCode\":\"invalid_client\",\"errorMsg\":\"Incorrect JWT format\"}","responseJSON":{"errorCode":"invalid_client","errorMsg":"Incorrect JWT format"},"responseHeaders":{"X-Powered-By":"Servlet/3.1","Content-Type":"application/json","Content-Language":"en-US","Transfer-Encoding":"chunked","Connection":"Close","Date":"Wed, 31 May 2017 16:13:55 GMT","OkHttp-Sent-Millis":"1496218412371","OkHttp-Received-Millis":"1496218412405"},"errorMsg":"Incorrect JWT format","errorCode":"invalid_client"}],false);
The problem is I checked the client time and server time, and they are identical, but when i change the client time and add one day it works! How can I fix this issue?