I have another problem with my authentification integration. In my solution the authentifcated user will be deliverd by the webserver. The security works without any problem on the pages folder structure, but i have a problem with the portlet level. In my portlet the method isUserInRole will not work! I test it with the Role Security Test portlet and my own portlet. If I use the jetspeed form login I will get the following output. isUserInRole: Role Ref Name Role Name PortletRequest ServletRequest Administrator admin true true Manager manager true true User user true trueWith my authentification integration I will get the following output with the same user! :-( isUserInRole: Role Ref Name Role Name PortletRequest ServletRequest Administrator admin false false Manager manager false false User user false falseThe same result occurs in my own portlet. Does anyone have a hint for me to resolve this problem? Or do I have to use another implementation to determine the roles?
-- mgsimon
