1.9.2 Application Registration

Registration process:

  1. The author creates a manifest, places it at a URL accessible to the core.

  2. The author calls the apps.enroll endpoint and passes the manifest URL.

  3. The Apps component in the core downloads the manifest, validates it against the Manifest Blueprint, and then invokes the new application’s enroll interface method.

  4. If everything is correct, the application is recorded in the core database as active application.

Last updated