You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "peterlyz (via GitHub)" <gi...@apache.org> on 2023/03/17 00:57:28 UTC

[GitHub] [apisix] peterlyz opened a new issue, #9093: 希望支持oidc+consumer-restriction白名单+consumer实现不同系统调用

peterlyz opened a new issue, #9093:
URL: https://github.com/apache/apisix/issues/9093

   ### Description
   
   1、前提:一个普通restful接口- 获取ldap员工信息
   
   2、场景:目前有20几个系统需要调用这个接口,想通过网关的oidc鉴权插件控制哪些系统能用(因为要申请),每个系统有自己申请的client_id+client_secret
   
   3、当前文档示例中,basic-auth+consumer-restriction的方式,能实现不同consumer的访问控制-不同系统对应不同consumer就能控制访问同一个API;
         希望使用openid-connect鉴权也能实现:不同系统使用不同client_id、client_secret访问同一个route。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Hope to support oidc+consumer-restriction whitelist+consumer to implement different system calls [apisix]

Posted by "monkeyDluffy6017 (via GitHub)" <gi...@apache.org>.
monkeyDluffy6017 commented on issue #9093:
URL: https://github.com/apache/apisix/issues/9093#issuecomment-1851732299

   Would you like to create a pr to do this feature?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org