Cordova Android application getting “invalid_client” from MobileFirst 8.0 server
My Cordova IOS application integrated with IBM MobileFirst v8 works fine. However I face a weird issue with Android . The scenario is, The user has to login into security check to access the application. The challenge handler is called and credentials are submitted to (runtime/api/preauth/v1/preauthorize). I see in the logs security check is passed. I can see the next call to authorization end point (runtime/api/az/v1/authorization) However I see a difference between Android and IOS in the parameters passed to this end point. Android response_type=code scope= client_id= redirect_uri=http:/