kong-plugin-jwt-keycloak

A plugin to validate access tokens issued by Keycloak (by BGaunitz)

Kong-plugin-jwt-keycloak Alternatives

Similar projects and alternatives to kong-plugin-jwt-keycloak

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-plugin-jwt-keycloak alternative or higher similarity.

kong-plugin-jwt-keycloak reviews and mentions

Posts with mentions or reviews of kong-plugin-jwt-keycloak. 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-plugin-jwt-keycloak repo stats
1
10
0.0
3 months ago

BGaunitz/kong-plugin-jwt-keycloak is an open source project licensed under Apache License 2.0 which is an OSI approved license.


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