使用 Azure 进行 HMAC 身份验证
HMAC authentication with Azure
我正在尝试按照此文档使用 Azure 进行 HMAC 身份验证。
https://docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-authentication-hmac.
据说要从 Azure 门户获取这些
Credential - <Access Key ID>
Secret - base64 decoded Access Key Value. base64_decode(<Access Key Value>)
我的问题是我是从中得到这个的吗?
如果是,Access Key Value
是什么,我的Access Key ID
是什么?
what is the `Access Key Value`, and what is my `Access Key ID`?
您可以从 Azure 门户获取 Access Key Value
和 Access Key ID
,如下所示:
创建应用程序配置然后转到-->设置-->访问密钥,在这里你可以找到id(凭证)和secret(值).
我正在尝试按照此文档使用 Azure 进行 HMAC 身份验证。 https://docs.microsoft.com/en-us/azure/azure-app-configuration/rest-api-authentication-hmac.
据说要从 Azure 门户获取这些
Credential - <Access Key ID>
Secret - base64 decoded Access Key Value. base64_decode(<Access Key Value>)
我的问题是我是从中得到这个的吗?
如果是,Access Key Value
是什么,我的Access Key ID
是什么?
what is the `Access Key Value`, and what is my `Access Key ID`?
您可以从 Azure 门户获取 Access Key Value
和 Access Key ID
,如下所示:
创建应用程序配置然后转到-->设置-->访问密钥,在这里你可以找到id(凭证)和secret(值).