[Opensim-users] ProfileServerURL and OpenIDServerURL

James Hughes jamesh at bluewallgroup.com
Sat Jun 16 11:20:38 UTC 2012


Hi Ai,

I made an adjustment on the 2 ini to make it more clear about the status 
of these settings. Some notes...

These are a work in progress and need a patched V3 viewer to use them. 
The [Agent_Name] is part of a macro-language in the viewer that it uses 
to talk to the external service and it needs to be in the url. The 
viewer will parse that and give the result 'firstname.lastname' of the 
authenticated user, so it should look something like this...

	Robust.ini entry
	ProfileServerURL = https://my.bluewallvirtual.net/[AGENT_NAME]
	
	Viewer parsed result
	https://my.bluewallvirtual.net/bluewall.slade

OpenIDServerURL is for the url of your website that the viewer needs to 
authenticate against to be able to get a session cookie for access. Our 
OpenID service isn't used in this process. These things will make sense 
as work is completed on the other components.

Hope that explains things a bit better...

Thanks
-BlueWall

On 06/16/2012 05:49 AM, Ai Austin wrote:
> I am doing a clean up of .ini files on the Openvue grid... and spiottign
> a few thongs that are not configured according to the latest .example
> files in 07.4 dev master.
>
> In Robust.ini.example I see some entries for v2/3 propfile and web app
> handling that I don't have in my setup, and I assume they should be..
>
> ; For V2 map
> MapTileURL = "http://127.0.0.1:8002";
>
> ; 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/"
>
> I had the first entry in fine for MapTileURL set to
> http://virtual.aiai.ed.ac.uk:8002 and map tiles are working in v2/3.
>
> What surprises me is that the examples for ProfileServerURL and
> OpenIDServerURL do not have the :8002 port. is the example correct, and
> should :8002 be added?
>
> But in the Robust.HG.ini my service connectors have the default
> OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003 so I am not at
> all sure how the host and port are used in this case.
>
> Can someone also let me know what an example URL would be for an avatar
> with name "Test User" for example. Is the space converted to an "_"? and
> do the [..] stay in? I.e. as a test would I use something like#
>
> http://virtual.aiai.wed.ac.uk:8002/profiles/[Test_User]
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users




More information about the Opensim-users mailing list