用于 SPNEGO/Kerberos-http 身份验证的 clojure 库
我知道这是一个很遥远的事情,但是,是否会有一个 clojure 库用于通过 http(又名 spnego)响应 kerberos 请求?
我目前正在考虑使用 spring-security 框架来实现此目的,但我想我会询问一种更 clojure 友好的方法,以防万一。
I understand this is a long shot but, would there happen to be a clojure library for responding to kerberos over http (aka spnego) requests?
I'm currently looking into using spring-security framework for this but thought i'd ask about a more clojure friendly approach just in case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 clojure 应用程序与 Spring Security 集成没有什么特别的。但是,您受到其作为 servlet 过滤器实现的约束,因此您无法在通用 http 库下轻松使用它。在j2ee容器下,是一个不错的选择。
There's nothing special involved to integrate a clojure app with Spring Security. However, you are bound by its implementation as a servlet filter, so you cannot easily use it under a generic http library. Under a j2ee container, it is a good choice.