With the basic authentcation (BasicAuth) mechanism, the client generates a security token, based on user ID and password, and it imbeds the token in the SOAP message. The server extracts the token and uses a Java Authentication and Authorization Service (JAAS) login module to validate the token. For an overview of the basic authentication mechanism, see Basic authentication.
Note: WebSphere Application Server - Express supports nonce (randomly generated token) with BasicAuth authentication. For more information, see Nonce.
Note: To use the basic authentication mechanism for Web services, you must configure WebSphere global security. For more information, see Configure global security in the Security topic.
Perform these steps to configure the basic authentication for your Web service: