nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 320 forks source link

Added support for anonymous usage to chain authentication plugins #103

Open JakeCodeStuff opened 5 years ago

JakeCodeStuff commented 5 years ago

Based on Kong oauth2 official plugin

It was tested/developed against Kong 14.1 CE (as that is what I am using). You/I can easily update to the latest 1.X. You guys should probably version your plugin based in the Kong version supported.

To update to support latest kong 1.x, reference Kong official oath2 plugin for syntax (its mostly differences in kong built-in libraries.

csmcgee commented 4 years ago

EDIT: definitely left my original comment on the wrong PR....

I'm assuming this won't be merged until it passes testing?

I'm currently experimenting with the plugin and believe this functionality of being able to logically 'or' (chain multiple oidc plugins) will be supported with this change.

Per kong documentation Multiple Auth

Trojan295 commented 4 years ago

I'm no longer maintaining the repository. Don't know, if there's anyone else..