You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Emmanuel Hugonnet (JIRA)" <ji...@apache.org> on 2009/03/02 22:34:56 UTC

[jira] Commented: (JSPWIKI-514) Custom Login Module not called at login

    [ https://issues.apache.org/jira/browse/JSPWIKI-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678120#action_12678120 ] 

Emmanuel Hugonnet commented on JSPWIKI-514:
-------------------------------------------

Hi,
I am trying to integrate JSPWiki within our current application which uses a custom authentication mechanism, the current user and his roles are stored in HttpSession (quite classical). How can I access the HttpSession from JSPWiki own authentication mechanism as I don't get a CallbackHandler with a reference to the web context as with the  container-managed authentication process ? Am I missing something ?
Emmanuel

> Custom Login Module not called at login
> ---------------------------------------
>
>                 Key: JSPWIKI-514
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-514
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Authentication&Authorization
>    Affects Versions: 2.8.1
>            Reporter: Emmanuel Hugonnet
>            Assignee: Andrew Jaquith
>         Attachments: AuthenticationManager.patch
>
>
> The AuthenticationManager doesn't call the custom LoginModule when trying to log the user in. So our custom login module which uses a HttpSession attribute to assert that the user is logged in can't be called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.