Improve and clean authentication. Reintroduce anonymous login context.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas-noipa.cfg
index 88724d98405f4be6cec974167ee232f2fba97c59..e32c23f11c09f167f29a93e67e6358c738c89526 100644 (file)
@@ -3,6 +3,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;
 };