如何在KONG中实施外部身份验证? [英] How to implement external auth in KONG?

查看:110
本文介绍了如何在KONG中实施外部身份验证?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用

解决方案

是的,您可以(但是我还没有使用过它们),据我所知,有两种选择:

  1. https://docs.konghq.com/hub/kong-inc/openid-connect/ 企业
  2. https://github.com/aunkenlabs/kong-external-auth 免费

I'm using KONG API Gateway, and I want to implement JWT authentication as separate microservice (not using KONG plugin), now I can easily register this service with KONG, and so users can register and login. Assume an authenticated user had sent a request with a token attached in the header, how to make KONG forwards the request to the authentication service first, then if it is valid the request is forwarded to the requested service?

解决方案

Yes you can (But I have not used them) there is as far as I know two options:

  1. https://docs.konghq.com/hub/kong-inc/openid-connect/ Enterprise
  2. https://github.com/aunkenlabs/kong-external-auth Free

这篇关于如何在KONG中实施外部身份验证?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆