Integrating OpenId with OFBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Integrating OpenId with OFBiz

Naveen Kumar B V
Hi,

   Does OFBiz provide OpenId integration. As per my knowledge, and after
looking at the code. there is no such functionality.
Can anyone help me regarding this? How can i integrate OpenId (Gmail,
MyOpenId, AOL, etc) into my application?

Regards,
Naveen Kumar B.V
Reply | Threaded
Open this post in threaded view
|

Re: Integrating OpenId with OFBiz

Jacques Le Roux
Administrator
No OFBiz does not have OpenId OOTB.
I think you should better ask on OpenId side on how to integrate it in OFBiz...
BTW it would be a nice contribution

Jacques

From: "Naveen Kumar B V" <[hidden email]>

> Hi,
>
>   Does OFBiz provide OpenId integration. As per my knowledge, and after
> looking at the code. there is no such functionality.
> Can anyone help me regarding this? How can i integrate OpenId (Gmail,
> MyOpenId, AOL, etc) into my application?
>
> Regards,
> Naveen Kumar B.V
>

Reply | Threaded
Open this post in threaded view
|

Re: Integrating OpenId with OFBiz

Naveen Kumar B V
Hi,

   I have integrated OpenId in OFBiz by implementing it using JOpenId.
And I am able to authenticate the user using an OpenId Provider (Eg: Gmail)
and
redirect to the main page.
But i also need some more enhancement to the above implementation because
this alone would be of no help.
 ***** After a user is successfully authenticated against any OpenId
Provider, the user details have to be saved in OFBiz DB for further
operations, and I should be able perform the following scenarios:

 1. If the customer is visiting for the first time, the details have to be
captured and saved into OFBiz DB.
    And a session has to be maintained for the customer to Shop normally.

 2. And if he has already visited, we have to check if the username already
exists for that particular OpenId details
    and allow him to shop as usual.

 This seems to be achievable, but can you help me in identifying which
service or event to be used to perform the
 above operations and how to use them.

 Regards,
 Naveen Kuma B.V





On Wed, Dec 1, 2010 at 4:27 PM, Jacques Le Roux <
[hidden email]> wrote:

> No OFBiz does not have OpenId OOTB.
> I think you should better ask on OpenId side on how to integrate it in
> OFBiz...
> BTW it would be a nice contribution
>
> Jacques
>
> From: "Naveen Kumar B V" <[hidden email]>
>
> Hi,
>>
>>  Does OFBiz provide OpenId integration. As per my knowledge, and after
>> looking at the code. there is no such functionality.
>> Can anyone help me regarding this? How can i integrate OpenId (Gmail,
>> MyOpenId, AOL, etc) into my application?
>>
>> Regards,
>> Naveen Kumar B.V
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Integrating OpenId with OFBiz

BJ Freeman
the services and ui are presently being re-factored, see the Dev mailing
list.
I would say to expand the userlogin entity and store them there.
you would have to modify the party portal pages relative to maintaining
userlogins.
you can use the localhost webtools artifact to research this

Naveen Kumar B V sent the following on 12/22/2010 9:03 PM:


=========================
BJ Freeman
Strategic Power Office with Supplier Automation  <http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com  <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man

> Hi,
>
>     I have integrated OpenId in OFBiz by implementing it using JOpenId.
> And I am able to authenticate the user using an OpenId Provider (Eg: Gmail)
> and
> redirect to the main page.
> But i also need some more enhancement to the above implementation because
> this alone would be of no help.
>   ***** After a user is successfully authenticated against any OpenId
> Provider, the user details have to be saved in OFBiz DB for further
> operations, and I should be able perform the following scenarios:
>
>   1. If the customer is visiting for the first time, the details have to be
> captured and saved into OFBiz DB.
>      And a session has to be maintained for the customer to Shop normally.
>
>   2. And if he has already visited, we have to check if the username already
> exists for that particular OpenId details
>      and allow him to shop as usual.
>
>   This seems to be achievable, but can you help me in identifying which
> service or event to be used to perform the
>   above operations and how to use them.
>
>   Regards,
>   Naveen Kuma B.V
>
>
>
>
>
> On Wed, Dec 1, 2010 at 4:27 PM, Jacques Le Roux<
> [hidden email]>  wrote:
>
>> No OFBiz does not have OpenId OOTB.
>> I think you should better ask on OpenId side on how to integrate it in
>> OFBiz...
>> BTW it would be a nice contribution
>>
>> Jacques
>>
>> From: "Naveen Kumar B V"<[hidden email]>
>>
>> Hi,
>>>
>>>   Does OFBiz provide OpenId integration. As per my knowledge, and after
>>> looking at the code. there is no such functionality.
>>> Can anyone help me regarding this? How can i integrate OpenId (Gmail,
>>> MyOpenId, AOL, etc) into my application?
>>>
>>> Regards,
>>> Naveen Kumar B.V
>>>
>>>
>>
>