X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=441e1bf2a477cd64d745de494c6d2383ecb5d36b;hb=4185ff8826f893a4a1f054f61a11b89333c3e85d;hp=cc1a07499c135d0f077e5f91c47cd3471ac60d3f;hpb=6ddb7b6b224a00344a182761e42b2241a721224f;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg index cc1a07499..441e1bf2a 100644 --- a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg +++ b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg @@ -1,18 +1,30 @@ USER { - org.argeo.cms.internal.auth.EndUserLoginModule requisite; - org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.IdentLoginModule optional; + org.argeo.cms.auth.UserAdminLoginModule requisite; }; ANONYMOUS { - org.argeo.cms.internal.auth.AnonymousLoginModule requisite; - org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.AnonymousLoginModule requisite; }; -SYSTEM { - org.argeo.cms.internal.auth.SystemLoginModule requisite; - org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; +DATA_ADMIN { + org.argeo.api.DataAdminLoginModule requisite; +}; + +NODE { + org.argeo.api.DataAdminLoginModule requisite; }; KEYRING { - org.argeo.security.crypto.KeyringLoginModule required; + org.argeo.cms.auth.KeyringLoginModule required; +}; + +SINGLE_USER { + org.argeo.cms.auth.SingleUserLoginModule requisite; +}; + +Jackrabbit { + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; };