IBM MobileFirst Platform (formerly IBM Worklight Foundation) Server is designed to seamlessly integrate into the enterprise environment and leverage its existing resources and infrastructure.
Questions tagged [mobilefirst-server]
468 questions
5
votes
1 answer
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…

Vignesh Sn
- 110
- 8
4
votes
1 answer
IBM MobileFirst Platform Installation in Windows 8.1 64Bit
I am using my office laptop (Lenovo vV310 - 8GB RAM - 64 Bit OS - Windows 8.1). I have been trying to fix an installation issue with IBM Mobile First Platform for the past few days. I downloaded the IBM Mobile First Developer Kit from link…

Sriram B
- 651
- 2
- 8
- 20
4
votes
2 answers
MobileFirst Console - Wlapp Upload Fails After 60 seconds
I have already installed & configured following items :
Installed IBM WebSphere Application Server Liberty Core (Version 8.5.5)
Installed IBM MobileFirst Platform Server (Verison 7.1)
While uploading wlapp file to mobilefirst console, If it takes…

yogesh
- 574
- 6
- 24
3
votes
0 answers
Generating MobileFirst ID Token for non-mobile client
Objective is to invoke MobileFirst adapter APIs from non-mobile client.
Mobile first platform version: 7.1.0.00.20180425-1124
Article Exposing mobile services to non-mobile (confidential) clients, helped me generate access_token. I am able to invoke…

masT
- 804
- 4
- 14
- 29
3
votes
1 answer
MobileFirst 8 - WLResourceRequestPlugin Error - Incorrect JWT format
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…

Mejri Yassine
- 99
- 1
- 8
3
votes
1 answer
IBM Mobilefirst: Is there a way I can send a push notification to deviceid irrespective of user
I want to subscribe multiple users to a device for push notification in MFP. which i assume is not possible.
So what I want to do is i want to send my notification on the basis of deviceid ignoring user. Is this possible.
I see two methods which…

Rahul
- 217
- 1
- 9
3
votes
1 answer
MobileFirst 7.0 Server stuck "Deploying" when trying to deploy a .wlapp file to Tomcat
While after finishing installing and configuring successfully the MobileFirst 7.0 Server, I'm getting the issue that the MF server is stucking in "Deploying" when I try to Deploy Application => Selecting a MF studio /bin folder .wlapp file.
And…

Sam Su
- 6,532
- 8
- 39
- 80
2
votes
0 answers
Mobile First 7.1 FWLSE0376E: JWS signed ClientId signature does not match the client ID
Intermittent issue occurs, While handshake between iOS Native Application to MobileFirst 7.1.0.00.20180425-1124
Findings
Found out the "scope" query parameter is sent to the server as an empty string.
Here i am trying to WWW-authenticate, based…

Ramakrishnan M
- 482
- 1
- 6
- 16
2
votes
1 answer
is there any possibility to access ConfigurationAPI inside UserAuthenticationSecurityCheck extended Class
adapter UserAuthenticationSecurityCheck where we have introduced some properties in the adapter.xml file outside the securityCheckDefinition. Which i am able to configure in the Adapter -> Configuration tab in the mfp console.
We are trying to…

Kawinesh S K
- 3,148
- 1
- 16
- 29
2
votes
1 answer
IBM Mobilefirst error MFP-Conflict=Concurrency failure while storing user data in AdapterSecurityContext using method getClientRegistrationData
I recently found an issue with mobilefirst 8 server data storing in AdapterSecurityContext. We are storing secured user data in AdapterSecurityContext using method getClientRegistrationData under a custom security check.
It's working fine in…

parth.hirpara
- 542
- 3
- 19
2
votes
1 answer
MFP 7.1 Disable Direct Update?
I have an app migrated from WL 6.1 where I used to disable in WLClient.js. I have tried to disable with the Console but I still get an update after invoking custom auth.
The app is downloaded from enterprise MF appcenter. I have seen the security…

Justin Cox
- 326
- 4
- 22
2
votes
0 answers
Unable to delete configuration with id ADAPTER_CONTENT due to exception FWLSE3208E: An invalid status code "404" was returned
We are trying deploy http adapter in mfp 8.0.0.0.210710251725 and got following error. we are using WAS ND 8.5.5.12 and follows mfp asymmetric deployment topology.
[1/11/17 23:20:44:221 IST] 000001b0 ConfigService E…

Pavan Gugale
- 21
- 1
2
votes
2 answers
What is difference between IBM MobileFirst Platform Application Center Console and MobileFirst Foundation V8.0
What is the difference between IBM MobileFirst Platform Application Center Console and MobileFirst Foundation V8.0? Is it a separate console? I'm so confused when there are different screens in IBM MobileFirst Platform Application Center Console and…

fndong
- 81
- 2
- 11
2
votes
3 answers
IBM MobileFirst Platform iFix doesn't update the version displayed in Operations Console
I've just updated my IBM MobileFirst Platform Server from 8.0.0.00-20160822-2140 with the latest iFix 8.0.0.0-MFPF-Server-IF201702201900
However, after a successful update, the server is still showing the same old version in the IBM MobileFirst…

user1872384
- 6,886
- 11
- 61
- 103
2
votes
1 answer
Database error (server error) while deploying mobilefisrt artifacts
I have deployed IBM mobilefirst 7.1 application on IBM mobilefirst server using server configuration tool. My application server is Websphere application server 8.0(Network deployment) with a single node cluster.
When I tries to deploy application…
user7046438