Where is the application secret?

2019-08-14 03:56发布

I can't find my Application Secret key in the Mobile Options tab.

enter image description here

I went to look into the Mobile Application Security I found out that it is no more. It is replaces by Mobile Client Access. So where is it ?

2条回答
你好瞎i
2楼-- · 2019-08-14 04:19

The new service Mobile Client Access require only appId and Route. (no app secret)

You can find more information here: https://www.ng.bluemix.net/docs/services/mobileaccess/getting-started.html In the "next-step section" you can find some example that explains how to use the service ( how you can see the application secret is not required).

查看更多
放荡不羁爱自由
3楼-- · 2019-08-14 04:21

If you have Mobile Client Access instead of Mobile Application Security then it sounds like you created a MobileFirst Starter Boilerplate (the newest release) rather than a Mobile Cloud Boilerplate (deprecated as of December 15th).

The new services within the MobileFirst Starter Boilerplate do not use the Application Secret for security or validation. I would recommend you take a look at that linked deprecation announcement and see what all has changed in the move to the new services and what you as a developer would need to do to migrate your preexisting code.

查看更多
登录 后发表回答