cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco webservice SOAP header to have BinarySecurityToken

jparija
Champ in-the-making
Champ in-the-making
I want to pass a kerberos security token to a web service in Alfresco for a client to be authenticated by a web service. Is it possible to pass BinarySecurityToken in the SOAP header for Alfresco web service. I know WS-security standards support BinarySecurityToken where a kerberos token can be sent to web services. Do the Alfresco web services support this header information or kerberos credentials to be passed to them for client authentication ? Please let me know.

Thanks,
Jimmy
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
Alfresco uses WS-Security to keep authentication ticket information during the SOAP session. And in the Java implementation provided by Alfresco you can see how to set the SOAP header information (alfresco-web-service-client.jar).

Hope this helps.