Service Authentication Configuration Args
data class ServiceAuthenticationConfigurationArgs(val audience: Output<String>? = null, val authority: Output<String>? = null, val smartProxyEnabled: Output<Boolean>? = null) : ConvertibleToJava<ServiceAuthenticationConfigurationArgs>
Properties
Link copied to clipboard
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.