aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-02-22 16:36:28 -0500
committerBlueWall2012-02-22 16:36:28 -0500
commit165ae251ec132da30dc58513101e4ec438df8d2f (patch)
treed386b1c837aca876a7573a9297f95758a8714cf8 /bin/Robust.ini.example
parentAdd web profile url setting to ini (diff)
downloadopensim-SC_OLD-165ae251ec132da30dc58513101e4ec438df8d2f.zip
opensim-SC_OLD-165ae251ec132da30dc58513101e4ec438df8d2f.tar.gz
opensim-SC_OLD-165ae251ec132da30dc58513101e4ec438df8d2f.tar.bz2
opensim-SC_OLD-165ae251ec132da30dc58513101e4ec438df8d2f.tar.xz
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.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example3
1 files changed, 3 insertions, 0 deletions
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
227 ; For V2/3 Web Profiles 227 ; For V2/3 Web Profiles
228 ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] 228 ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]
229 229
230 ; For V2/V3 webapp authentication SSO
231 OpenIDServerURL = "http://127.0.0.1/openid/openidserver/
232
230 ; If you run this login server behind a proxy, set this to true 233 ; If you run this login server behind a proxy, set this to true
231 ; HasProxy = false 234 ; HasProxy = false
232 235