[Contents] [Prev] [Next] [Index] [Report an Error]

<authentication-response>

Usage

authentication-response tag (JUNOScript)login-name tag (JUNOScript)message tag (JUNOScript)status tag (JUNOScript)fail tag (JUNOScript)success tag (JUNOScript)
<rpc-reply xmlns:junos="URL">
<authentication-response>
<status>authentication-outcome</status>
<message>message</message>
<login-name>remote-username</login-name>
</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.

<login-name>—Specifies the username that the client application provided to an authentication utility such as RADIUS or TACACS+. This tag element appears only if the username that it contains differs from the username contained in the <message> tag element.

<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:

Usage Guidelines

See Interpreting the Authentication Response.

Related Topics

<challenge><end-session/>, <request-login>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]