你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FhirServiceAuthenticationConfiguration interface

身份验证配置信息

属性

audience

服务的受众 URL

authority

服务的颁发机构 URL

smartIdentityProviders

SMART on FHIR 身份验证的标识提供者配置数组。

smartProxyEnabled

如果启用了 SMART on FHIR 代理

属性详细信息

audience

服务的受众 URL

audience?: string

属性值

string

authority

服务的颁发机构 URL

authority?: string

属性值

string

smartIdentityProviders

SMART on FHIR 身份验证的标识提供者配置数组。

smartIdentityProviders?: SmartIdentityProviderConfiguration[]

属性值

smartProxyEnabled

如果启用了 SMART on FHIR 代理

smartProxyEnabled?: boolean

属性值

boolean