nokia / kong-oidc

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

Having more than one kongOIDC configuration ? #138

Closed sebastienminne closed 4 years ago

sebastienminne commented 4 years ago

Hi,

In my situation I would need to have more than one oidc configuration (linked to a service/route maybe ?)

Basically all the API I expose throught kong aren't on the same realm and not meant to be expose to the same users.

Is there a way to achieve this with the current plugin version ?

sebastienminne commented 4 years ago

Nevermind, you can actually set up the plugin by API with the kind of end points : /apis//plugins/ HTTP/1.1

Thanks for the work you're doing !