ibm-mobilefirst

Attaching cookie to WorkLight Adapter response header

我只是一个虾纸丫 提交于 2019-12-29 02:10:02
问题 I am developing a mobile app using WorkLight 5.0.6 and I would like to attach a secure cookie to the response returned by an adapter. We are not using a WorkLight Authentication realm because we do not wish to "bind" the session to a specific WL server in a clustered production environment. We authenticate the session by calling a sign-on adapter which authenticates the user details against a back end system. As part of the response from the sign-on adapter call I would like to create a

Re-route/Divert some WL.Client Adapter Invocation traffic to WL Server through different URL (for PCI payment and security requirements)?

风流意气都作罢 提交于 2019-12-29 02:09:23
问题 Worklight 5.0.6.1 We are having a specific requirement from our client about using a PCI Appliance from Intel (http://info.intel.com/rs/intel/images/Intel_Expressway_Tokenization_Broker.pdf) to avoid a PCI Audit for the application and server. Therefore, the Adapter calls that have something to do with payment data would need to go through this hardware appliance before hitting the worklight server. All other adapter calls should go to the worklight server directly (to not overload the

IBM Worklight 6.0 - Adapter disappears after it is deployed

雨燕双飞 提交于 2019-12-26 09:23:17
问题 I am trying to deploy multiple adapters to a Worklight Server in a production environment. When refreshing the console, the deployed adapters are missing. What is the problem? 回答1: Can you please take a look at your Worklight Server log to see if any errors are displayed. I have seen in the past similar behavior when adapter procedures relied on security-tests, but the security tests were not defined properly in the authenticationConfig.xml file on the server side. In the server log I saw the

IBM Worklight 6.0 - Adapter disappears after it is deployed

守給你的承諾、 提交于 2019-12-26 09:18:09
问题 I am trying to deploy multiple adapters to a Worklight Server in a production environment. When refreshing the console, the deployed adapters are missing. What is the problem? 回答1: Can you please take a look at your Worklight Server log to see if any errors are displayed. I have seen in the past similar behavior when adapter procedures relied on security-tests, but the security tests were not defined properly in the authenticationConfig.xml file on the server side. In the server log I saw the

Not able to get the Device information in IBM Mobile first console with IONIC + MFP App

可紊 提交于 2019-12-25 18:48:51
问题 I am working with integrating IBM Mobile first with my Ionic App. In there i have added a call for a IBM server connectivity. In there i can able to Connect my App with their server. In my console i can able see like, the sever was get connected. My issue is, In mobile first Operation console, i am not able to get any information regarding to my App. (i.e) Device information. 回答1: Edit: I took your app from GitHub and did the following: from the root folder of the project, ran the command:

Not able to get the Device information in IBM Mobile first console with IONIC + MFP App

南笙酒味 提交于 2019-12-25 18:48:36
问题 I am working with integrating IBM Mobile first with my Ionic App. In there i have added a call for a IBM server connectivity. In there i can able to Connect my App with their server. In my console i can able see like, the sever was get connected. My issue is, In mobile first Operation console, i am not able to get any information regarding to my App. (i.e) Device information. 回答1: Edit: I took your app from GitHub and did the following: from the root folder of the project, ran the command:

ibm worklight stored procedure

China☆狼群 提交于 2019-12-25 18:31:02
问题 I want to parse this json object in javascript and have to obtain the values of key pass in string format. { "isSuccessful": true, "resultSet": [ { "name": "a", "pass": "123", "time_stamp": "2014-04-07T10:13:17.000Z" }, { "name": "chetan", "pass": "123456", "time_stamp": "2014-04-07T10:13:34.000Z" }, { "name": "dileep", "pass": "456321", "time_stamp": "2014-04-07T10:13:54.000Z" }, { "name": "bnc", "pass": "654321", "time_stamp": "2014-04-07T10:19:37.000Z" } ] } 回答1: If you are asking in a

getting an error on app init() FPWSE0001E: Not Found - Targeted resource 'PushDevice' does not exist

a 夏天 提交于 2019-12-25 18:13:44
问题 We are getting the following error on application launch. MobileFirst Platform Foundation version 7.0 error response when calling : WL.Client.connect(); {"status":500,"errorCode":"UNEXPECTED_ERROR","errorMsg":"The server was unable to process the request from the application. Please try again later."} error on server side >com.worklight.core.auth.impl.AuthenticationFilter E FWLSE0048E: Unhandled exception caught: FPWSE0001E: Not Found - Targeted resource 'PushDevice' does not exist. Check the

Worklight error: File not found: /css/images/wl_app_warning.png

瘦欲@ 提交于 2019-12-25 17:27:59
问题 I have found an issue with my worklight project. What i have done here is as follows: I have a project which was built and deployed without any issues. I wanted to edit most of the images and re-arrange the whole images folder structure. So I deleted all the contents in the images folder completely from eclipse so that i can save each new image to the newly created folders Now, i created new folders in images folder and saved one image to one of the newly created folders. I tried to run the

Unauthorized WL.Client.invokeProcedure call

亡梦爱人 提交于 2019-12-25 17:18:36
问题 WL.Client.InvokeProcedure is an internal API and used by Worklight Framework, however, you can call this API after connecting a device in Debug mode with Google Chrome. How can we restrict the access to WL.Client.invokeProcedure so that a user is not able to Exploit this call? Steps to replicate (for Exploitation Only): 1. unpack an APK built by Worklight 2. Set the android:debuggable=true (also check how WL Adapters are being called in JS files) 3. Rebuild the APK 4. Install the APK in