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>
on 28/12/2006 at 02:11