java - JAX-WS Kerberos authentication from WebSphere -


i'm trying write small servlet plugin in websphere application on linux. servlet make web services calls service hosted on windows server that's part of ad domain & uses integrated authentication.

i'll using jax-ws , use ws-security kerberos token authentication. kerberos authentication being mandated windows service because relies on windows auth - can't change.

the authentication single service account in ad domain - account dedicated servlet permissioned within ad domain.

does have pointers on this? i've read sg247771 (implementing kerberos on was), can't locate scenario matches above - same docs online. suspect i'm missing obvious. alternatively other docs explain configuration i'm after great. it's entirely possible googling skills have failed , i'm using wrong keywords.....!


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -