single sign on - josso integration with spring web srevices -


i require on integration of web service josso authentication. whenever request comes soap ui(client) service, should authenticated against active directory server, , if succeeds should hit service endpoint.

after long struggle, came know josso exposing login methods web services also. authenticating against ad, have make least 2 or 3 web service calls.

  1. get assertion id passing username & password.
  2. get session id passing assertion id.
  3. get role information passing session id.

just testing, can download wsdl project in soap-ui tool , hit response.

josso web services wsdl link

you can find same source code also: \josso-1.8.3-src\components\josso-ws-v1_2\src\main\wsdl\josso-1.2.wsdl


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -