您选择的身份验证配置决定了Experience Platform在平台UI中对目标进行身份验证的方式。
Adobe Experience Platform Destination SDK支持多种身份验证类型:
您可以通过 customerAuthenticationConfigurations
参数 /destinations
端点。
有关每种类型目标的身份验证配置详细信息,请参阅以下部分:
支持对Experience Platform中的流目标进行承载身份验证。
要为目标设置承载类型身份验证,请配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"BEARER"
}
]
Amazon S3 Experience Platform中基于文件的目标支持身份验证。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
要为目标设置Amazon S3身份验证,请配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"S3"
}
]
Azure Blob Storage Experience Platform中基于文件的目标支持身份验证。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
设置 Azure Blob 目标的身份验证,配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"AZURE_CONNECTION_STRING"
}
]
Azure Data Lake Storage Experience Platform中基于文件的目标支持身份验证。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
设置 Azure Data Lake Storage (ADLS)目标的身份验证,配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"AZURE_SERVICE_PRINCIPAL"
}
]
Google Cloud Storage Experience Platform中基于文件的目标支持身份验证。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
"customerAuthenticationConfigurations":[
{
"authType":"GOOGLE_CLOUD_STORAGE"
}
]
SFTP 验证 SSH 键值支持用于Experience Platform中基于文件的目标。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
要为目标设置使用SSH密钥的SFTP身份验证,请配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"SFTP_WITH_SSH_KEY"
}
]
SFTP Experience Platform中基于文件的目标支持使用密码进行身份验证。
Adobe Experience Platform Destination SDK中基于文件的目标支持目前处于测试阶段。 文档和功能可能会发生更改。
要使用密码设置目标的SFTP身份验证,请配置 customerAuthenticationConfigurations
参数 /destinations
端点,如下所示:
"customerAuthenticationConfigurations":[
{
"authType":"SFTP_WITH_PASSWORD"
}
]
OAuth 2 Experience Platform中的流目标支持身份验证。
有关如何设置各种受支持的OAuth 2流以及自定义OAuth 2支持的信息,请阅读上的Destination SDK文档 OAuth 2身份验证.
/credentials
API端点在大多数情况下,您 不 需要使用 /credentials
API端点。 您而是可以通过 customerAuthenticationConfigurations
参数 /destinations
端点。
的 /credentials
当Adobe与您的目标之间存在全局身份验证系统,并且与 Platform 客户无需提供任何身份验证凭据即可连接到您的目标。
在这种情况下,必须使用 /credentials
API端点。 您还必须选择 PLATFORM_AUTHENTICATION
在 目标配置. 读取 凭据API端点操作 以获取可对执行的操作的完整列表 /credentials
端点。