[ You are here:
XTF ->
Tag Reference ->
dynaXML ->
Document Request Parser Output Tags -> External Authentication Tag ]
External Authentication Tag
This variant of the authentication tag is used to provide access to documents based on an external authentication web-page or server. It has the form:
<auth access = "allow"
type = "external"
key = "SecretKeyStr"
url = "AuthenticationURL"/>
Note: One or more auth tags must exist in the
Document Request Parser stylesheet. These tags will be processed in the order they are encountered until one of them authorizes or denies access. If none of the authentication tags explicitly authorize or deny access, the dynaXML servlet will deny access by default. For more details about external authentication, see the
XTF Deployment Guide.