【问题标题】:Azure Api management find user associated with ocp-apim-subscription-key subscription keyAzure Api 管理查找与 ocp-apim-subscription-key 订阅密钥关联的用户 【发布时间】:2021-07-06 00:40:11 【问题描述】: Azure 已内置身份验证,是否可以通过编程方式检查与 ocp-apim-subscription-key 关联的用户 【问题讨论】: 这已经是get ocp_apim_subscription_key programmatically 的一个未解决问题。可以参考How to get the User from the subscription-key using Azure API Management REST API? 标签: azure-api-management 【解决方案1】: APIM 政策内部?用户对象在上下文中,你可以这样访问它: context.User Reference 【讨论】: