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.
We recently received this question from a customer: "Is Integrated Windows Authentication (IWA) supported by WebSphere?" The answer is Yes! IWA can be configured in both Liberty and Traditional WebSphere by enabling SPNEGO Single sign-on (SPNEGO SSO) In fact, SPNEGO SSO is one of the most popular SSO configurations as it provides both convenience and security. This blog shares a quick overview of SPNEGO SSO. What is the difference between SPNEGO SSO and IWA?
To enable SPNEGO SSO for an application on WebSphere, the following configuration is needed. Please note that in addition to WebSphere configuration, KDC server and the browser on each client machine require configuration.
Hope this blog provided a quick overview to get you started! For more configuration information for Liberty, please refer to Configuring SPNEGO authentication in Liberty For Traditional WebSphere, "Creating a single sign-on for HTTP requests using SPNEGO Web authentication" (WAS855 page, WAS905 page) The application developers may be interested in the SPNEGO-related APIs Liberty, WAS905, WAS855. SPNEGO SSO configuration can be a little complicated. The following step-by-step instruction from WAS Support is one of the best resources: "How to Setup Single Sign-On (SSO) for HTTP requests using SPNEGO authentication in WebSphere Application Server"
Copy