clojure library for SPNEGO/Kerberos-http authentication
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.
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.
精彩评论