Login authentication integration

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
blangston
Ensign (ENS)
Ensign (ENS)
Posts: 6
Joined: Wed Feb 18, 2009 2:46 pm

Login authentication integration

Post by blangston » Wed Feb 18, 2009 3:08 pm

I need an authentication bridge between AC7 (ASP.NET) and ColdFusion. I want to integrate some external ColdFusion applications with AbleCommerce. I need to be able to set AC7 authentication variables from ColdFusion and set ColdFusion variables from AC7. Anyone done this before?

I know ColdFusion 8 has native .NET integration and some COM support. Also, could possibly use WDDX or web services.

Thanks,

- Buddy

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Login authentication integration

Post by Logan Rhodehamel » Fri Feb 20, 2009 1:47 pm

You are thinking single sign-on shared between cold fusion application and AbleCommerce, right?

It has been a long time since I have worked with ColdFusion and as far as I'm aware nobody here has tried this. I think the question posed here is too general... you will have to attempt to link up your application to AC and then see where the challenges are. Then we can provide more directed input.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

blangston
Ensign (ENS)
Ensign (ENS)
Posts: 6
Joined: Wed Feb 18, 2009 2:46 pm

Re: Login authentication integration

Post by blangston » Fri Feb 20, 2009 2:57 pm

Yes, a shared single sign-on because I don't want users to login through AC7 to access my other CF apps but if someone wants to purchase something from the store and they are already in the CF app, I prefer them not to have to login again to AC7. Also if someone has logged in to the store and then goes to the CF app, they shouldn’t need to login again.

Is there some object that holds the session information for AC7? I just need some guidance for reading/writing this class/object name with functions, methods, etc., is there any documentation for this? I can figure out the ColdFusion code, I just need an API reference. Could NVelocity (CommerceBuilder.Users.User) be used for this? Also, I'm not that familiar with .NET just old ASP.

I'm installing AC7 this weekend so I'll be able to test some ideas out. I'll report back with my solution.

Thank you.

Post Reply