enable auth and getCredentialsURI
authorCharles du Jeu <charles.dujeu@gmail.com>
Mon, 21 Sep 2009 10:08:22 +0000 (10:08 +0000)
committerCharles du Jeu <charles.dujeu@gmail.com>
Mon, 21 Sep 2009 10:08:22 +0000 (10:08 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2996 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/runtime/org.argeo.security.ria/config.json

index e158983096dead61f71e00a3959c49be3539aa8c..0ac6c6ac073783b9c2365d3846f65633981d41df 100644 (file)
@@ -62,8 +62,8 @@
         "qx.version"     : "${QXVERSION}",\r
         "qx.theme"       : "${QXTHEME}",\r
         "qx.application" : "${APPLICATION}.Application",\r
-        "ria.auth.enableAuth"          : "false",\r
-        "ria.auth.credentialsURI"      : "/org.argeo.slc.webapp/getCredentials.ria",\r
+        "ria.auth.enableAuth"          : "true",\r
+        "ria.auth.credentialsURI"      : "/org.argeo.security.webapp/getCredentials.security",\r
         "ria.auth.loginURI"                    : "/org.argeo.slc.webapp/authService.ria",\r
         "ria.auth.logoutURI"           : "/org.argeo.slc.webapp/authService.ria?logout=true",\r
         "ria.StartupPerspective":"org.argeo.security.ria.Perspective"          \r