X509 Cert通过Logic Azure App和Identity Server 4获取访问令牌

时间:2019-05-17 13:14:18

标签: azure identityserver4 azure-logic-apps

我正在尝试使用azure的逻辑应用程序获取新的访问令牌。 我想使用带x509证书的client_credentials获取此访问令牌,但我得到:enter image description here

这是我从azure逻辑应用程序执行的第一个HTTP操作: enter image description here

PFX是用Base64编码的.pfx文件的内容。

Identity Server的客户端配置: enter image description here

您看到的值就是crt文件的内容

我遵循了this的回答,但我被困在这里

我发现,如果机密中包含任何“ +”字符,验证将失败,在这种情况下,这种方法可靠吗?

我也将.AddSecretParser<JwtBearerClientAssertionSecretParser>().AddSecretValidator<PrivateKeyJwtSecretValidator>()添加到了startup.cs

非常感谢

0 个答案:

没有答案