Re: openid support

2012-07-01 Thread Jacques Le Roux
?q=label%3aOFBiz Jacques From: Wai bzb.of...@gmail.com Hello, Could you tell me where I can find the extra folder for all components that are moved there? Thanks Wai -- View this message in context: http://ofbiz.135035.n4.nabble.com/openid-support-tp4571263p4633502.html Sent from the OFBiz

Re: openid support

2012-06-13 Thread Wai
Hello, Could you tell me where I can find the extra folder for all components that are moved there? Thanks Wai -- View this message in context: http://ofbiz.135035.n4.nabble.com/openid-support-tp4571263p4633502.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: openid support

2012-04-21 Thread Pierre Smits
I believe there are better solutions to provide central authentication authority functions. ps: good look finding any good examples for providers for those services. I wouldn't want my Business Application eco-system to be the authentication provider for (tens of) thousands of users for other

Re: openid support

2012-04-20 Thread Jacques Le Roux
- From: Sam Hamilton To: dev@ofbiz.apache.org Sent: Friday, April 20, 2012 5:39 AM Subject: Re: openid support Hey Guys, We are soon going to need OAuth support to allow external users to log into OFBiz Ecommerce site, which I believe is similar in design to openid. Just wondering

Re: openid support

2012-04-20 Thread Jacques Le Roux
From: Scott Gray scott.g...@hotwaxmedia.com On 20/04/2012, at 9:40 AM, Adam Heath wrote: On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone needs it it pick up from there, et voilà There

Re: openid support

2012-04-20 Thread Adrian Crum
On 4/20/2012 8:13 AM, Jacques Le Roux wrote: From: Scott Gray scott.g...@hotwaxmedia.com On 20/04/2012, at 9:40 AM, Adam Heath wrote: On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone

Re: openid support

2012-04-20 Thread Jacques Le Roux
From: Adrian Crum adrian.c...@sandglass-software.com On 4/20/2012 8:13 AM, Jacques Le Roux wrote: From: Scott Gray scott.g...@hotwaxmedia.com On 20/04/2012, at 9:40 AM, Adam Heath wrote: On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This

Re: openid support

2012-04-20 Thread Adam Heath
On 04/20/2012 01:32 AM, Jacques Le Roux wrote: Hi Sam, What proposes Adam is not exactly related. He proposes to introduce a way for OFBiz to be an OpenId server.. And yes we already discussed about using Shiro in OFBiz. But we also agreed recently to focus our efforts on the slim down action...

Re: openid support

2012-04-20 Thread Hans Bakker
+1 On 04/20/2012 09:43 PM, Adam Heath wrote: On 04/20/2012 01:32 AM, Jacques Le Roux wrote: Hi Sam, What proposes Adam is not exactly related. He proposes to introduce a way for OFBiz to be an OpenId server.. And yes we already discussed about using Shiro in OFBiz. But we also agreed recently

openid support

2012-04-19 Thread Adam Heath
I have a series of patches that enable ofbiz to be used as an openid *provider*. I used this to allow a wordpress site to delegate authentication to ofbiz(the company in question already had an ofbiz deployment hooked into their internal ldap, with phone/name synching; didn't want to duplicate

Re: openid support

2012-04-19 Thread Jacques Le Roux
Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone needs it it pick up from there, et voilà Jacques From: Adam Heath doo...@brainfood.com I have a series of patches that enable ofbiz to be used as an openid *provider*. I used this to

Re: openid support

2012-04-19 Thread Adam Heath
On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone needs it it pick up from there, et voilà There are multiple layers. framework/openid, which has the basic logic, but not any of the AX

Re: openid support

2012-04-19 Thread Jacques Le Roux
From: Adam Heath doo...@brainfood.com On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone needs it it pick up from there, et voilà There are multiple layers. framework/openid, which has the

Re: openid support

2012-04-19 Thread Brett Palmer
Adam, There was a previous thread on the subject of implementing other authentication and security models to support OpenId, LDAP, and other custom authentication needs. The subject of the thread was Alternatives to using UserLoginId as a primary key. Here is a snippet of that thread from

Re: openid support

2012-04-19 Thread Adam Heath
On 04/19/2012 04:55 PM, Brett Palmer wrote: Adam, There was a previous thread on the subject of implementing other authentication and security models to support OpenId, LDAP, and other custom authentication needs. The subject of the thread was Alternatives to using UserLoginId as a primary

Re: openid support

2012-04-19 Thread Scott Gray
On 20/04/2012, at 9:40 AM, Adam Heath wrote: On 04/19/2012 04:28 PM, Jacques Le Roux wrote: Hi Adam, The recent trend is to slim down OFBiz. This could be one of the Apache OFBiz Extras If someone needs it it pick up from there, et voilà There are multiple layers. framework/openid,

Re: openid support

2012-04-19 Thread Sam Hamilton
Hey Guys, We are soon going to need OAuth support to allow external users to log into OFBiz Ecommerce site, which I believe is similar in design to openid. Just wondering if you considered using Apache Shiro http://shiro.apache.org/ to help manage the different authentication systems as

Re: openid support

2012-04-19 Thread Adam Heath
On 04/19/2012 10:39 PM, Sam Hamilton wrote: Hey Guys, We are soon going to need OAuth support to allow external users to log into OFBiz Ecommerce site, which I believe is similar in design to openid. Just wondering if you considered using Apache Shiro http://shiro.apache.org/ to help manage the

Re: openid support

2012-04-19 Thread Rajbir Saini
There is a SocialAuth project (http://code.google.com/p/socialauth/) which provides oAuth and OpenId based authentication using oAuth providers such as Google, Facebook, Twitter, LinkedIn, Yahoo etc. We used it for one of our client project. Thanks, Raj On Friday 20 April 2012 09:09 AM, Sam

Re: openid support

2012-04-19 Thread Sam Hamilton
Thanks for the explanation Adam - do you see worth in implementing one system which has plugins for OAuth, OpenID LDAP etc over implementing each one individually plus the benefit of a larger security community maintaining the core security system? Sam On 20 Apr 2012, at 12:08, Adam Heath