Closed jeanabraham closed 7 years ago
Nor is 'serverUrl' in AdvancedMobileAccess:
"AdvancedMobileAccess": [
{
"credentials": {
"version": 3,
"clientId": ".....",
"secret": ".....",
"tenantId": "....",
"oauthServerUrl": ".....",
"profilesUrl": "....."
},
If you are using App ID service instance (e.g it's a new instance created after Mar 16) please work with the new strategies: https://github.com/ibm-cloud-security/appid-serversdk-nodejs
The boilerplate has not been updated yet.
Hi,
I created an Bluemix app using the MobileFirst Services Starter boilerplate. I was running into the below error. It is unable to find 'serverUrl' in VCAP_SERVICES.
But I don't see 'serverUrl' under the imfpush section of VCAP_SERVICES, only 'url'.
Is this a bug? Thanks!
Jean