[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Alex Hempton-Smith
I read that a site could locally host and openID provider,
example.com/openID, snd example.com/application and
example.com/application2etc could authenticate against that locally
hosted openID provider. But I'm
not sure how we can share user data as well as logins.

We would be looking to integrate Trac, Habari, Vanilla and MediaWiki, with
single sign-on (sharing of cookies would be great), and the sharing of data
(username, password, email, real name etc) for use in the various apps.

-- Alex  (Hempsworth)


On Mon, Jun 1, 2009 at 5:20 PM, Olemis Lang ole...@gmail.com wrote:


 On Mon, Jun 1, 2009 at 10:52 AM, Alex hempswo...@googlemail.com wrote:
 
  Hi all,
 
  We're looking at implementing single sign-on at HabariProject.org,
  between our Trac, MediaWiki and Habari installs. What would you guys
  think the best option would be?
 
  Something llike oAuth or openID?

 If the goal is to allow a broad audience to login to those sites only
 once, then OpenId should be it.

 If the goal is to login to those sites only once, and there is a
 «limited» (fuzzy criteria I know ;) number users (e.g. in an
 enterprise to access an intranet) and credentials are stored in a
 single (or well-known number of ) directory (e.g. OpenLDAP | MS AD)
 then I would suggest (CoSign | a local OpenId provider).

 If the goal is to allow many apps to autheticate on behalf of the user
 in order to access a service then OAuth should be it -which requires
 OpenId AFAIK-.



 --
 Regards,

 Olemis.

 Blog ES: http://simelo-es.blogspot.com/
 Blog EN: http://simelo-en.blogspot.com/

 Featured article:
 ¿El fin del mundo o hasta pronto The World of Goo?  -

 http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.htmlhttp://feedproxy.google.com/%7Er/simelo-es/%7E3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.html

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Olemis Lang

On Mon, Jun 1, 2009 at 12:19 PM, Alex Hempton-Smith
hempswo...@googlemail.com wrote:
 I read that a site could locally host and openID provider,
 example.com/openID, snd example.com/application and example.com/application2
 etc could authenticate against that locally hosted openID provider. But I'm
 not sure how we can share user data as well as logins.


(OpenId | Cosign) for login and LDAP for user data as well as logins.
CoSign integrates with LDAP OOTB (well ... I mean that it includes
LDAP support ;o) and is decoupled from the credentials store AFAIK.
Besides there should be many tools out there for OpenId + LDAP

 We would be looking to integrate Trac, Habari, Vanilla and MediaWiki, with
[...]
 the sharing of data
 (username, password, email, real name etc) for use in the various apps.


OpenLDAP or MSAD or ...? LDAP's been designed for this purpose ... ;o)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Oracle : por más que engorda sigue subiendo ...  -
http://feedproxy.google.com/~r/simelo-es/~3/ndKoYi3D-kg/oracle-por-mas-que-engorda-sigue.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Olemis Lang

On Tue, Jun 2, 2009 at 6:59 AM, Olemis Lang ole...@gmail.com wrote:
 On Mon, Jun 1, 2009 at 12:19 PM, Alex Hempton-Smith
 hempswo...@googlemail.com wrote:
 I read that a site could locally host and openID provider,
 example.com/openID, snd example.com/application and example.com/application2
 etc could authenticate against that locally hosted openID provider. But I'm
 not sure how we can share user data as well as logins.


 (OpenId | Cosign) for login and LDAP for user data as well as logins.
 CoSign integrates with LDAP OOTB (well ... I mean that it includes
 LDAP support ;o) and is decoupled from the credentials store AFAIK.
 Besides there should be many tools out there for OpenId + LDAP


Furthermore Trac, Plone (the combination used at WebLion site using
CoSign) Drupal, and many other web apps integrate with LDAP OOTB or
using plugins, many and Trac  Dupal have plugins for CoSign

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
¿El fin del mundo o hasta pronto The World of Goo?  -
http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-01 Thread Olemis Lang

On Mon, Jun 1, 2009 at 10:52 AM, Alex hempswo...@googlemail.com wrote:

 Hi all,

 We're looking at implementing single sign-on at HabariProject.org,
 between our Trac, MediaWiki and Habari installs. What would you guys
 think the best option would be?

 Something llike oAuth or openID?

If the goal is to allow a broad audience to login to those sites only
once, then OpenId should be it.

If the goal is to login to those sites only once, and there is a
«limited» (fuzzy criteria I know ;) number users (e.g. in an
enterprise to access an intranet) and credentials are stored in a
single (or well-known number of ) directory (e.g. OpenLDAP | MS AD)
then I would suggest (CoSign | a local OpenId provider).

If the goal is to allow many apps to autheticate on behalf of the user
in order to access a service then OAuth should be it -which requires
OpenId AFAIK-.



-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
¿El fin del mundo o hasta pronto The World of Goo?  -
http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---