Where is the application secret?

社会主义新天地 提交于 2019-12-11 09:58:43

问题


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

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 ?


回答1:


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.




回答2:


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).



来源:https://stackoverflow.com/questions/35731654/where-is-the-application-secret

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!