Menu

Third party auth integration

Help
2010-12-03
2013-04-22
  • John Miller

    John Miller - 2010-12-03

    After some vacation/break 'am now back working on some
    hacks to get this Jwebmail running.

    Seems devel forum is quiet a bit.

    I need to integrate a third party authentication, that has API calls to handle, session
    redirects and back to Jwebmail. Third party auth is also servlet-based.

    Specifically, what are my starting points to get this hack done? Which one has
    the authentication handler call? 'believe its SimpleAuth to start with.

    Would appreciate if anyone can point me in the direction.

    Thanks again and great holiday season ahead.

     
  • Blaine Simpson

    Blaine Simpson - 2010-12-03

    I haven't worked on JWebMail authentication in years.

    There must be a setting for which authentication method from http://jwebmail.sourceforge.net/jwebmail-guide.html#auth to use, either in the Admin interface or in a .properties or .xml files.  One tactic forward would be to take the method closest to what you want to do and search *.java, *.properties, *.xml for usage of that setting, and follow the code from the top down.

     

Log in to post a comment.