Improve and clean authentication. Reintroduce anonymous login context.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index a06230ff792cf109bd3c09b2a1e3e0f75fbf7ac0..f3d5570721e4ec123d148ea6518dfb3dae108196 100644 (file)
@@ -5,6 +5,11 @@ USER {
     org.argeo.cms.auth.UserAdminLoginModule sufficient;
 };
 
+ANONYMOUS {
+    org.argeo.cms.auth.HttpSessionLoginModule sufficient;
+    org.argeo.cms.auth.AnonymousLoginModule sufficient;
+};
+
 DATA_ADMIN {
     org.argeo.cms.auth.DataAdminLoginModule requisite;
 };