Re: [Opensim-dev] Web login

2009-06-12 Thread Olli Aro


-Original Message-
From: opensim-dev-boun...@lists.berlios.de
[mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Dr Scofield
Sent: 11 June 2009 15:47
To: opensim-dev@lists.berlios.de
Subject: Re: [Opensim-dev] Web login


Olli Aro wrote:
 Hi all,
 
  
 
 I am trying to implement web login for OpenSim.
 
  
 
 I have added appropriate web login key in the database for the user and
 then tried both of the following redirect both inside and outside the
 viewer:
 
  
 
 secondlife:///app/login?first_name=

secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
n=
 grid=web_login_key=*LLUUID *
 
 * *
 
 about:blank?redirect-http-hack=secondlife:///app/login?first_name=

secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
n=
 grid=web_login_key=*LLUUID *
 
  
 
 but viewer comes back all cases saying authentication failed.

hmm...are you sure that the recent viewers do support weblogin? as far as i
know
(but that might be outdated already) weblogin was disabled a short while
after
it got introduced (apparently lindens had problems getting it to work
reliably).


DrS

[[Olli Aro Wrote]] 

Not sure at all. If it does not support web login, do I need to hack OpenSim
authentication mechanism in order to get it working or is there some other
options? I am trying to integrate OpenSim with a SSO framework, so need an
authentication that let's person in without password, since the
authentication has already happened previously.

Regards,

Olli



___
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev


Re: [Opensim-dev] Web login

2009-06-12 Thread Dr Scofield

Olli Aro wrote:
 
 -Original Message-
 From: opensim-dev-boun...@lists.berlios.de
 [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Dr Scofield
 Sent: 11 June 2009 15:47
 To: opensim-dev@lists.berlios.de
 Subject: Re: [Opensim-dev] Web login
 
 
 Olli Aro wrote:
 Hi all,

  

 I am trying to implement web login for OpenSim.

  

 I have added appropriate web login key in the database for the user and
 then tried both of the following redirect both inside and outside the
 viewer:

  

 secondlife:///app/login?first_name=

 secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
 n=
 grid=web_login_key=*LLUUID *

 * *

 about:blank?redirect-http-hack=secondlife:///app/login?first_name=

 secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
 n=
 grid=web_login_key=*LLUUID *

  

 but viewer comes back all cases saying authentication failed.
 
 hmm...are you sure that the recent viewers do support weblogin? as far as i
 know
 (but that might be outdated already) weblogin was disabled a short while
 after
 it got introduced (apparently lindens had problems getting it to work
 reliably).
 
 
   DrS
 
 [[Olli Aro Wrote]] 
 
 Not sure at all. If it does not support web login, do I need to hack OpenSim
 authentication mechanism in order to get it working or is there some other
 options? I am trying to integrate OpenSim with a SSO framework, so need an
 authentication that let's person in without password, since the
 authentication has already happened previously.

the SL client would need to be fixed. BUT --- before looking at the SL client
code, consider that you then cannot contribute code back to OpenSim for the next
6 months (IIRC).



-- 
dr dirk husemann  virtual worlds research  ibm zurich research lab
SL: dr scofield  drscofi...@xyzzyxyzzy.net  http://xyzzyxyzzy.net/
RL: h...@zurich.ibm.com - +41 44 724 8573 - http://www.zurich.ibm.com/~hud/
___
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev


Re: [Opensim-dev] Web login

2009-06-12 Thread diva
Alternatively, you're welcome to take a look at Grider. It's does 
something along the lines of web login.

http://opensimulator.org/wiki/Grider
No need to use the viewer's source code.

Dr Scofield wrote:

Olli Aro wrote:
  

-Original Message-
From: opensim-dev-boun...@lists.berlios.de
[mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Dr Scofield
Sent: 11 June 2009 15:47
To: opensim-dev@lists.berlios.de
Subject: Re: [Opensim-dev] Web login


Olli Aro wrote:


Hi all,

 


I am trying to implement web login for OpenSim.

 


I have added appropriate web login key in the database for the user and
then tried both of the following redirect both inside and outside the
viewer:

 


secondlife:///app/login?first_name=

  

secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
n=


grid=web_login_key=*LLUUID *

* *

about:blank?redirect-http-hack=secondlife:///app/login?first_name=

  

secondlife://app/login?first_name=*firstname*last_name=*lastname*locatio
n=


grid=web_login_key=*LLUUID *

 


but viewer comes back all cases saying authentication failed.
  

hmm...are you sure that the recent viewers do support weblogin? as far as i
know
(but that might be outdated already) weblogin was disabled a short while
after
it got introduced (apparently lindens had problems getting it to work
reliably).


DrS

[[Olli Aro Wrote]] 


Not sure at all. If it does not support web login, do I need to hack OpenSim
authentication mechanism in order to get it working or is there some other
options? I am trying to integrate OpenSim with a SSO framework, so need an
authentication that let's person in without password, since the
authentication has already happened previously.



the SL client would need to be fixed. BUT --- before looking at the SL client
code, consider that you then cannot contribute code back to OpenSim for the next
6 months (IIRC).



  


___
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev


Re: [Opensim-dev] Web login

2009-06-11 Thread Dr Scofield

Olli Aro wrote:
 Hi all,
 
  
 
 I am trying to implement web login for OpenSim.
 
  
 
 I have added appropriate web login key in the database for the user and
 then tried both of the following redirect both inside and outside the
 viewer:
 
  
 
 secondlife:///app/login?first_name=
 secondlife://app/login?first_name=*firstname*last_name=*lastname*location=
 grid=web_login_key=*LLUUID *
 
 * *
 
 about:blank?redirect-http-hack=secondlife:///app/login?first_name=
 secondlife://app/login?first_name=*firstname*last_name=*lastname*location=
 grid=web_login_key=*LLUUID *
 
  
 
 but viewer comes back all cases saying authentication failed.

hmm...are you sure that the recent viewers do support weblogin? as far as i know
(but that might be outdated already) weblogin was disabled a short while after
it got introduced (apparently lindens had problems getting it to work reliably).


DrS
 
  
 
 Could someone confirm if the web login should work and also give me
 indication on correct way to implement?
 
  
 
 Regards,
 
  
 
 Olli
 
  
 
  
 
  
 
 
 
 
 ___
 Opensim-dev mailing list
 Opensim-dev@lists.berlios.de
 https://lists.berlios.de/mailman/listinfo/opensim-dev


-- 
dr dirk husemann  virtual worlds research  ibm zurich research lab
SL: dr scofield  drscofi...@xyzzyxyzzy.net  http://xyzzyxyzzy.net/
RL: h...@zurich.ibm.com - +41 44 724 8573 - http://www.zurich.ibm.com/~hud/
___
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev