Author Topic: would it be possible to integrate openid as provided by RPXNow(janrain)  (Read 1502 times)

micahm90

  • Jr. Member
  • **
  • Posts: 5
    • View Profile
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

ming

  • Administrator
  • Sr. Member
  • *****
  • Posts: 158
    • View Profile
    • KonaKart Website
Have you seen the LoginIntegrationMgr in the User Guide?

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Also take a look at MySecurityMgr.java under \java_api_examples\src\com\konakart\apiexamples .

micahm90

  • Jr. Member
  • **
  • Posts: 5
    • View Profile
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

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Oooops sorry. This is only shipped with the Enterprise Extensions.

micahm90

  • Jr. Member
  • **
  • Posts: 5
    • View Profile
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?

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
It gets called by the system during login.