Release 2.x‎ > ‎Install - Reference‎ > ‎Config Ref Guide‎ > ‎Clients‎ > ‎Client‎ > ‎

Authenticators

An "ordered" collection of Authenticator elements.

The authentication mechanism processes the collection of Authenticators (for the given Client) from the top, down.  The authentication mechanism will use the first Authenticator that returns TRUE (success), any remaining Authenticators are ignored.

Syntax

<Authenticators>
   <Authenticator id="..."/>
   ...
</Authenticators>


Arguments

None


Properties

None


XML Sub-Elements