From 165ae251ec132da30dc58513101e4ec438df8d2f Mon Sep 17 00:00:00 2001 From: BlueWall Date: Wed, 22 Feb 2012 16:36:28 -0500 Subject: V3 Support The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response. --- bin/Robust.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/Robust.ini.example') diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 91cd6d0..326caeb 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -227,6 +227,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 ; For V2/3 Web Profiles ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] + ; For V2/V3 webapp authentication SSO + OpenIDServerURL = "http://127.0.0.1/openid/openidserver/ + ; If you run this login server behind a proxy, set this to true ; HasProxy = false -- cgit v1.1