lua-resty-certificate-sso

A library and recipe for enabling client certificate-based SSO using OpenResty

$ luarocks install lua-resty-certificate-sso

Makes it possible for an OpenResty install to use client certificates for auth. Using
this pattern, a single nginx virtual host will serve as an SSO endpoing. Any other
virtual hosts wishing to use the endpoint can simply include a snippet, which will
handle redirection to the SSO endpoint. A JWT token will be issued, which will be
used for authentication.

Versions

0.2.0-14 years ago69 downloads
0.1.0-14 years ago39 downloads
0.0.2-14 years ago38 downloads
0.0.1-14 years ago38 downloads

Dependencies

lua >= 5.1, < 5.4
net-url >= 0.9-1

Manifests