【问题标题】:How to do RSASHA256 in Azure Data Factory如何在 Azure 数据工厂中执行 RSASHA256
【发布时间】:2022-08-09 16:48:11
【问题描述】:

我想为 Adob​​e API 的身份验证生成 JWT。 https://developer.adobe.com/developer-console/docs/guides/authentication/JWT/ 如何在 Azure 数据工厂中生成 JWT?

我目前不知道如何在数据工厂中执行 RSASHA。那可能吗?如果有怎么办?

我的有效载荷是:

{
  \"exp\": 1550001438,
  \"iss\": \"fdsfgsdf@AdobeOrg\",
  \"sub\": \"redacted@techacct.adobe.com\",
  \"https://ims-na1.adobelogin.com/s/ent_dataservices_sdk\": true,
  \"aud\": \"https://ims-na1.adobelogin.com/c/redacted\"
}

我的标题是:

{
  \"alg\": \"RS256\",
  \"typ\": \"JWT\"
}

    标签: adobe azure-data-factory


    【解决方案1】:

    您可以尝试在 Azure Batch 中编写逻辑并使用 Azure 数据工厂中的自定义活动来完成任务。

    【讨论】:

      猜你喜欢
      • 2020-01-09
      • 2019-02-15
      • 1970-01-01
      • 2019-11-15
      • 2021-01-05
      • 1970-01-01
      • 1970-01-01
      • 2021-05-03
      • 1970-01-01
      相关资源
      最近更新 更多