kong-oidc

OIDC plugin for Kong (by revomatico)

Kong-oidc Alternatives

Similar projects and alternatives to kong-oidc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better kong-oidc alternative or higher similarity.

kong-oidc reviews and mentions

Posts with mentions or reviews of kong-oidc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-18.
  • Securing your site with OIDC, powered by Kong and KeyCloak
    5 projects | dev.to | 18 Jan 2022
    FROM kong/kong:2.7.0 ENV OIDC_PLUGIN_VERSION=1.2.3-2 ENV JWT_PLUGIN_VERSION=1.1.0-1 ENV GIT_VERSION=2.24.4-r0 ENV UNZIP_VERSION=6.0-r7 ENV LUAROCKS_VERSION=2.4.4-r1 USER root RUN apk update && apk add git=${GIT_VERSION} unzip=${UNZIP_VERSION} luarocks=${LUAROCKS_VERSION} RUN luarocks install kong-oidc RUN git clone --branch v1.2.3-2 https://github.com/revomatico/kong-oidc.git WORKDIR /kong-oidc RUN luarocks make RUN luarocks pack kong-oidc ${OIDC_PLUGIN_VERSION} \ && luarocks install kong-oidc-${OIDC_PLUGIN_VERSION}.all.rock WORKDIR / RUN git clone --branch 20200505-access-token-processing https://github.com/BGaunitz/kong-plugin-jwt-keycloak.git WORKDIR /kong-plugin-jwt-keycloak RUN luarocks make RUN luarocks pack kong-plugin-jwt-keycloak ${JWT_PLUGIN_VERSION} \ && luarocks install kong-plugin-jwt-keycloak-${JWT_PLUGIN_VERSION}.all.rock USER kong

Stats

Basic kong-oidc repo stats
1
107
5.8
22 days ago

revomatico/kong-oidc is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of kong-oidc is Lua.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com