diff options
author | BlueWall | 2012-02-22 16:36:28 -0500 |
---|---|---|
committer | BlueWall | 2012-02-22 16:36:28 -0500 |
commit | 165ae251ec132da30dc58513101e4ec438df8d2f (patch) | |
tree | d386b1c837aca876a7573a9297f95758a8714cf8 /bin/Robust.ini.example | |
parent | Add web profile url setting to ini (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/Robust.ini.example | 3 |
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 | ||