Alfresco webservice SOAP header to have BinarySecurityToken

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2011 10:45 AM
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
Thanks,
Jimmy
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2011 10:23 AM
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.
Hope this helps.
