ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/webserv/wsseccfabasic.htm

33 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Configure basic authentication for Web services</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h5><a name="wsseccfabasic"></a>Configure basic authentication for Web services</h5>
<p>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 <a href="wssecbasic.htm">Basic authentication</a>.</p>
<p><strong>Note:</strong> WebSphere Application Server - Express supports nonce (randomly generated token) with BasicAuth authentication. For more information, see <a href="wssecnonce.htm">Nonce</a>.</p>
<p><strong>Note:</strong> To use the basic authentication mechanism for Web services, you must configure WebSphere global security. For more information, see <a href="../sec/seccglo.htm">Configure global security</a> in the <em>Security</em> topic.</p>
<p>Perform these steps to configure the basic authentication for your Web service:</p>
<ol>
<li><a href="wssecbasnon.htm">Configure nonce settings</a></li>
<li><a href="wssecbascl.htm">Configure basic authentication for the client</a></li>
<li><a href="wssecbassv.htm">Configure basic authentication for the server</a></li>
</ol>
</body>
</html>