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