From fc99470169cc5c41c3149230760e3947f43c3581 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Mon, 21 Sep 2009 10:08:22 +0000 Subject: [PATCH] enable auth and getCredentialsURI git-svn-id: https://svn.argeo.org/commons/trunk@2996 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- security/runtime/org.argeo.security.ria/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/runtime/org.argeo.security.ria/config.json b/security/runtime/org.argeo.security.ria/config.json index e15898309..0ac6c6ac0 100644 --- a/security/runtime/org.argeo.security.ria/config.json +++ b/security/runtime/org.argeo.security.ria/config.json @@ -62,8 +62,8 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "ria.auth.enableAuth" : "false", - "ria.auth.credentialsURI" : "/org.argeo.slc.webapp/getCredentials.ria", + "ria.auth.enableAuth" : "true", + "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.security", "ria.auth.loginURI" : "/org.argeo.slc.webapp/authService.ria", "ria.auth.logoutURI" : "/org.argeo.slc.webapp/authService.ria?logout=true", "ria.StartupPerspective":"org.argeo.security.ria.Perspective" -- 2.30.2