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.
- get assertion id passing username & password.
- get session id passing assertion id.
- get role information passing session id.
just testing, can download wsdl project in soap-ui tool , hit response.
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
Post a Comment