开发者

clojure library for SPNEGO/Kerberos-http authentication

开发者 https://www.devze.com 2023-03-08 05:14 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号