<authentication-response>
Usage
<rpc-reply>
<authentication-response><status>authentication-outcome</status>
<message>message</message></authentication-response></rpc-reply>Description
Indicate whether an authentication attempt succeeded. The JUNOScript server returns the tag element in response to the
<request-login>tag element emitted by a client application that uses the clear-text or Secure Sockets Layer (SSL) access protocol.Contents
message—Names the account under which a connection to the JUNOScript server is established, if authentication succeeds. If authentication fails, explains the reason for the failure.
status—Indicates whether the authentication attempt succeeded. There are two possible values:
fail—The attempt failed. The JUNOScript server also emits the<challenge>tag element to request the password again, up to a maximum of three attempts.success—The attempt succeeded. An authenticated connection to the JUNOScript server is established.See Also