说我想自动化API管理,我想
我一个接一个地经历了all the calls,并且无法识别任何有意义的内容。
编辑:或确认API无法实现这一点
编辑:看看ApiManagement的招摇定义,我不认为它在那里?
编辑:导出配置到Git,看起来不包含证书,所以这也无济于事?
答案 0 :(得分:2)
客户证书未在ApiContract的模型中表示。如果要将证书与API绑定,我们会在API范围中创建策略authentication certificate policy。
<policies>
<inbound>
<base />
<authentication-certificate thumbprint="***19B22E********5E2E**820" />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
创建API政策