【问题标题】:Azure AD B2C Signature Hash with Google Managed app Signing带有 Google 托管应用签名的 Azure AD B2C 签名哈希
【发布时间】:2021-11-04 22:41:49
【问题描述】:

是否有人在使用 Azure AD B2C 和 Google Play 并选择了“让 Google 管理和保护您的应用签名(推荐)”选项?

在这种情况下,我不知道如何按照 Azure 门户中关于“生成生产签名哈希”的说明进行操作。指令是运行这个命令:

keytool -exportcert -alias SIGNATURE_ALIAS -keystore PATH_TO_KEYSTORE | openssl sha1 -binary | openssl base64

在这种情况下,我没有 SIGNATURE_ALIAS 或 PATH_TO_KEYSTORE。

【问题讨论】:

    标签: azure-ad-b2c google-play-console android-signing


    【解决方案1】:

    这是我找到的解决方案here

    转到 Google Play 控制台中的应用程序,然后在您将看到的菜单选项的“发布”部分:

    主屏幕将显示:

    下载证书并在下载的证书目录下运行:

    openssl x509 -inform der -in deployment_cert.der -outform der | openssl sha1 -binary | openssl base64
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-04-25
      • 2017-09-02
      • 2017-06-20
      • 1970-01-01
      • 1970-01-01
      • 2017-12-01
      • 1970-01-01
      • 2020-08-12
      相关资源
      最近更新 更多