Enabling the application-authenticity security check

Enable the predefined MobileFirst application-authenticity security check to protect against attempts by fake or tampered applications to access your resources (APIs).

About this task

You enable the application-authenticity security check by creating an application-authenticity file, and deploying the file to MobileFirst Server. You can select whether to separate the file creation and deployment steps, or consolidate them into one step:

Procedure

Results

When your application-authenticity file is deployed to the server, the Status value in the application Authenticity console tab is set to "Enabled", indicating that the security check is enabled for your application.

You can retrieve a copy of the application-authenticity file that is deployed for your application on the server, by running the app version get authenticity-data command of the mfpadm command line program, or the <app-version> <get-authenticity-data> command through an mfpadm Ant task.

You can disable the application-authenticity security check at any time, by using one of the following methods:
  • In the application Authenticity console tab, select Delete Authenticity File.
  • Run the app version delete authenticity-data command of the mfpadm command line program, or the <app-version> <delete-authenticity-data> command through an mfpadm Ant task.