emailmsgbox-
You can try sending the extra parameter "kuku" as part of your Login Form
submission and extract it in your login module using:
request = (HttpServletRequest) PolicyContext.getContext(WEB_REQUEST_KEY);
Now, if this "kuku" parameter is Login Module configuration related, you can
also use
<module-option name="kuku">kuku-value</module-option>
Hope this helps
Thanks
Sohil
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957786#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...