open-not-ai
open-not-ai
什么时候能加上这个内容~~期待
i got same question!, when well fix ?
我也有同样的问题
那为啥不 2001-02-03 04:05:06 呢
> Will need to add this to the schema of `apisix/plugins/openid-connect.lua` as well and update the English doc. > > Preferably add a test case. done..
> > > Will need to add this to the schema of `apisix/plugins/openid-connect.lua` as well and update the English doc. > > > Preferably add a test case. > >...
Configure the plugin like this, it works ``` "plugins": { "openid-connect": { "_meta": { "disable": false }, "bearer_only": true, "client_id": "your client_id", "client_secret": "your client_secret", "discovery": "http://your host/.well-known/openid-configuration", "introspection_endpoint": "http://your...