• Welcome to KonaKart Community Forum. Please login or sign up.
 

customizing the login process

Started by micahm90, July 21, 2010, 08:22:06 pm

Previous topic - Next topic

micahm90

Hi,

I am building an application around KK and I am having some trouble modifying the login process. This is what I want to happen when a user click on the account link or attempt to login, they're taken to a page that lets them choose which openid provider they want to login with, once they choose and authenticate with that provider they are redirected to a page of my choosing. That will be customer registration page for new customers, for returning customers the account information page. Now for the new customer I need to store the token passed by the openid provider with the rest of the customer's registration form and let the application know that this user is now authorized. How do I get KK to recognize that user is authorized on all the other pages there after? Someone suggested I look into the LoginIntegrationMgr in the User Guide but there isn't enough information to help me. Please I need some help.