which schemes

jGuard can support CLIENT-CERT authentication in cunjunction with BASIC, FORM, and DIGEST (not yet implemented). but FORM, BASIC and DIGEST are mutually exclusive.

how to configure multiple schemes?

authentication schemes are configured in the jGuardFilter.xml for web applications, in the markup intitled authScheme. to use multiple scheme, you can use the ',' charcter to divide them.

<authScheme>CLIENT-CERT,FORM</authScheme>

this configuration will try to authenticate the user with its certificate, and if the certificate check fails, it will use the FORM authentication.

Version 1.4 last modified by Charles Gay on 28/12/2006 at 02:11

Comments 0

No comments for this document

Attachments 0

No attachments for this document
 

Creator: Charles Gay on 2006/12/28 02:04
jGuard team copyright 2004-2007
1.1.1