revomatico / kong-oidc

OIDC plugin for Kong
Apache License 2.0
110 stars 75 forks source link

Chain 2 kong-oidc #35

Closed Minimoi closed 1 year ago

Minimoi commented 1 year ago

Hello,

We are looking to use this plugin to handle our auth but we would need to chain 2 instances of it in an "or" manner. From what I understand, the partial chaining with config.skip_already_auth_requests only works with official plugins because they have a higher priority.

Is there any way to use this plugin that way without having to implement the full config.anomyous approach? Sorry if I missed something in the documentation or in the code...