我有一个带IdentityServer4的asp.net核心2.1 Web API应用程序。我使用client_credentials
流让客户端访问API。
在控制器的操作中(在服务器端),我将可以访问当前的client_id
。那有可能吗?
答案 0 :(得分:1)
添加必要的using语句:
SELECT p_customer.* FROM p_customer WHERE EXISTS( SELECT null FROM p_customer_group_rel WHERE p_customer_group_rel.customer_group_id= $e_id ) AND p_customer_group.port_id = p_port.id
然后在action方法中获取令牌:
using Microsoft.AspNetCore.Authentication;