I am getting the following error while registering the device for push notification in android,
Failed to register device:"com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPushException: Response: Status=400, Text: {\"errorCode\":\"invalid_client\",\"errorMsg\":\"Incorrect JWT format\"}, Error Message: Incorrect JWT format"
- MFP Server: 8.0.0.00-20170220-1900
- Cordova : 6.1.1
- cordova-plugin-mfp : 8.0.201703309
- cordova-plugin-mfp-push: 8.0.2017012410
Found the similar question but no clear figure :
Cordova Android application getting "invalid_client" from Mobile First 8.0 server
Any solution or suggestion will be appreciable.