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 key". > > Here is a snippet of that thread from Jacopo. Does your > implementation follow a similar approach to what Jacopo suggested? > I'm asking because we need a custom authentication model to support > unique user IDs across groups where the individual IDs may conflict.
The openid stuff I currently have allow for ofbiz to *answer* openid requests from other systems. There is nothing in ofbiz that does anything like that. It's as if ofbiz *was* the ldap server. I plan on letting openid be used on login pages, but none of our clients have requested such a feature.