kong-oidc-ng

A Kong plugin for implementing the OpenID Connect Relying Party (RP) functionality

$ luarocks install kong-oidc-ng

kong-oidc is a Kong plugin for implementing the OpenID Connect Relying Party.

When used as an OpenID Connect Relying Party it authenticates users against an OpenID Connect Provider using OpenID Connect Discovery and the Basic Client Profile (i.e. the Authorization Code flow).

It maintains sessions for authenticated users by leveraging lua-resty-session thus offering a configurable choice between storing the session state in a client-side browser cookie or use in of the server-side storage mechanisms shared-memory|memcache|redis.

It supports server-wide caching of resolved Discovery documents and validated Access Tokens.

It can be used as a reverse proxy terminating OAuth/OpenID Connect in front of an origin server so that the origin server/services can be protected with the relevant standards without implementing those on the server itself.

Versions

0.1-114 years ago110 downloads
0.1-104 years ago41 downloads
0.1-94 years ago35 downloads
0.1-84 years ago35 downloads
0.1-74 years ago35 downloads
0.1-64 years ago35 downloads
0.1-54 years ago35 downloads
0.1-44 years ago35 downloads
0.1-34 years ago35 downloads
0.1-24 years ago35 downloads
0.1-14 years ago7 downloads

Dependencies

Manifests