简体   繁体   中英

LiveCycle Web Service (SOAP) NTML/Windows Authentication

I'm calling a LiveCycle process via C#. Our LiveCycle server is setup to authenticate with Active Directory.

How do I enable NTML authentication for SOAP services? Right now LiveCycle returns the header

 WWW-Authenticate: Basic

I can successfully log in using Basic authentication, but I'd like to use NTML instead.

From what I've found, this can't be done without heavy modification of LiveCycle and the built-in Apache server. But a workaround I found was to turn on LiveCycle Single Sign On instead. So I'm not doing "true" Kerberos delegation but this can meet our business requirements.

SSO works for both HTTP and SOAP requests.

http://help.adobe.com/en_US/livecycle/11.0/AdminHelp/WS92d06802c76abadb-5145d5d12905ce07e7-7f9a.2.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM