SmartIdentityProviderApplication interface

An Application configured in the Identity Provider used to access FHIR resources.

Properties

allowedDataActions

The actions that are permitted to be performed on FHIR resources for the application.

audience

The audience that will be used to validate bearer tokens against the given authority.

clientId

The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.

Property Details

allowedDataActions

The actions that are permitted to be performed on FHIR resources for the application.

allowedDataActions?: string[]

Property Value

string[]

audience

The audience that will be used to validate bearer tokens against the given authority.

audience?: string

Property Value

string

clientId

The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.

clientId?: string

Property Value

string