KonaKart Community Forum

General Category => Feature Requests => Topic started by: micahm90 on July 20, 2010, 01:10:24 am

Title: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: micahm90 on July 20, 2010, 01:10:24 am
I been looking into how one would go about adding openid to KK but I can't seem to get to the login code in KKEng. If there is any help on this it would be great. Or if someone can point me to any post that talk about modifying login.

Thanks,
Micah
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: ming on July 20, 2010, 05:48:03 am
Have you seen the LoginIntegrationMgr in the User Guide?
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: trevor on July 20, 2010, 06:45:30 am
Also take a look at MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples .
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: micahm90 on July 21, 2010, 08:52:05 pm
Quote from: trevor on July 20, 2010, 06:45:30 am
Also take a look at MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples .



I didn't find MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: trevor on July 22, 2010, 10:03:18 am
Oooops sorry. This is only shipped with the Enterprise Extensions.
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: micahm90 on July 22, 2010, 07:18:49 pm
Quote from: ming on July 20, 2010, 05:48:03 am
Have you seen the LoginIntegrationMgr in the User Guide?


I've seen the LoginIntegrationMgr in Custom Credential Checking section, but its not clear how this will help me. If I were to put some code in LoginIntegrationMgr how would it be called?
Title: Re: would it be possible to integrate openid as provided by RPXNow(janrain)
Post by: trevor on July 26, 2010, 09:59:14 pm
It gets called by the system during login.