IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

soapHttp AuthType options for NTLM

  • 1.  soapHttp AuthType options for NTLM

    Posted Tue November 06, 2007 02:14 PM

    I’m looking for the Auth.Type options for the soapHttp service that would allow me to use NTLM/integrated windows authentication. Is this possible? What would the type be?

    Thanks for the help.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: soapHttp AuthType options for NTLM

    Posted Tue November 06, 2007 11:40 PM

    Is IS 6.5 and older you would need a custom soap processor to intercept a security token containing the authentication information (SAML assertion, username token, etc.). The processor would need to call some service that you would write to perform the authentication.

    IS 7.1 allows you to define deployment descriptors that understand what to do with security tokens. I have not yet tested this new feature.

    Another option is to offload this type of security processing to a dedicated hardware or software component. Hardware would include XML Security appliances (e.g. IBM DataPower). Software could be any ESB or other intermediary such as webMethods Infravio X-Broker.

    Mark


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods