Improve remote authentication
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / jaas.cfg
index 364977d4b3b9054cac876bb96a05007f8739ba9d..8290fb339807838d878ac9d181b967b7fa711ba9 100644 (file)
@@ -1,7 +1,7 @@
 USER {
     org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
     org.argeo.cms.auth.IdentLoginModule optional;
-    org.argeo.cms.auth.UserAdminLoginModule requisite;
+    org.argeo.cms.auth.UserAdminLoginModule required;
 };
 
 ANONYMOUS {