FhirServiceAuthenticationConfiguration interface
Authentication configuration information
Properties
audience | The audience url for the service |
authority | The authority url for the service |
smart |
The array of identity provider configurations for SMART on FHIR authentication. |
smart |
If the SMART on FHIR proxy is enabled |
Property Details
audience
The audience url for the service
audience?: string
Property Value
string
authority
The authority url for the service
authority?: string
Property Value
string
smartIdentityProviders
The array of identity provider configurations for SMART on FHIR authentication.
smartIdentityProviders?: SmartIdentityProviderConfiguration[]
Property Value
smartProxyEnabled
If the SMART on FHIR proxy is enabled
smartProxyEnabled?: boolean
Property Value
boolean