Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Excerpt

The Registered Apps is a listing of all of the SMART on FHIR apps that are registered with your sandbox. These apps may be selected from a catalog of apps or may be registered by a member of your sandbox. Apps

 Apps from the catalog are hosted by HSPC. Apps you register yourself may be hosted anywhere on the internet, or on your local machine. Launching an app in your sandbox using the SMART of FHIR authorization specification, requires that you register the app with the authorization server.

 App Type

There are currently two app types you can register for, a "Public" or "Confidential" app. With a confidential app, the authorization takes place on the server side (ex. JSP code) such that a secret is not accessible by an end user running your app in the browser. For example, in a JSP app the authorization takes place on the server side in Java code and the client (browser) side never has access to the secret. A public app is an app in which the source code is visible, therefore, it cannot hide a secret (such as a password). JavaScript apps are public apps.

App Name

The app name is simply a human readable name for your app. This name will be displayed by the authorization server to end users during the initial authorization of you app.

...