ServiceAuthenticationConfiguration

data class ServiceAuthenticationConfiguration(val audience: String? = null, val authority: String? = null, val smartProxyEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(audience: String? = null, authority: String? = null, smartProxyEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val audience: String? = null

The intended audience to receive authentication tokens for the service. The default value is https://azurehealthcareapis.com

Link copied to clipboard
val authority: String? = null

The Azure Active Directory (tenant) that serves as the authentication authority to access the service. The default authority is the Directory defined in the authentication scheme in use when running this provider. Authority must be registered to Azure AD and in the following format: https://{Azure-AD-endpoint}/{tenant-id}.

Link copied to clipboard

(Boolean) Enables the 'SMART on FHIR' option for mobile and web implementations.