开发者

SPNEGO and Delegation in Java

开发者 https://www.devze.com 2023-02-24 18:47 出处:网络
I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to开发者_开发知识库 authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) i

I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to开发者_开发知识库 authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) is done on client side. How can I do sso please?

CLIENT --(spnego)---> SERVER ----(?delegation?)---> LDAP


Java's maintaining its own ticket cache. I have exaclty that setup up an running. What did you implement so far?

0

精彩评论

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

关注公众号