From: Charles du Jeu Date: Fri, 3 Jul 2009 16:57:29 +0000 (+0000) Subject: Auth Settings X-Git-Tag: argeo-slc-2.1.7~1691 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=f5c671ebe1c495a67793c37e78e1eda990d65eba;p=gpl%2Fargeo-slc.git Auth Settings git-svn-id: https://svn.argeo.org/slc/trunk@2691 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index ad6f48a09..a1e248d24 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -65,6 +65,10 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.auth.enableAuth" : "false", + "ria.auth.credentialsURI" : "authService.ria?getCredentials=true", + "ria.auth.loginURI" : "authService.ria", + "ria.auth.logoutURI" : "authService.ria?logout=true", "ria.StartupPerspective":"org.argeo.slc.web.Perspective" } }, diff --git a/server/org.argeo.slc.ria/pom.xml b/server/org.argeo.slc.ria/pom.xml index da8dc1f54..410cf8347 100644 --- a/server/org.argeo.slc.ria/pom.xml +++ b/server/org.argeo.slc.ria/pom.xml @@ -94,6 +94,7 @@ + org.apache.maven.plugins maven-assembly-plugin