mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user