From: Charles du Jeu Date: Mon, 21 Sep 2009 10:08:22 +0000 (+0000) Subject: enable auth and getCredentialsURI X-Git-Tag: argeo-commons-2.1.30~1763 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=fc99470169cc5c41c3149230760e3947f43c3581 enable auth and getCredentialsURI git-svn-id: https://svn.argeo.org/commons/trunk@2996 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- 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"