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
Have you seen the LoginIntegrationMgr in the User Guide?
Also take a look at MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples .
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
Oooops sorry. This is only shipped with the Enterprise Extensions.
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?
It gets called by the system during login.