Working ident client authentication
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index e32c23f11c09f167f29a93e67e6358c738c89526..9b3f0114b9a853b96276038081cf3729b5af6906 100644 (file)
@@ -1,5 +1,6 @@
 USER {
     org.argeo.cms.auth.HttpSessionLoginModule sufficient;
+    org.argeo.cms.auth.IdentLoginModule optional;
     org.argeo.cms.auth.UserAdminLoginModule sufficient;
 };