[jboss-user] [JBoss Portal] - Re: How to make a portlet secured

2008-03-18 Thread matthieu.bouvais
Hi pshaktig, If you want to restrict the access to a portlet to the Admin role, you have to modify your portlet-instances.xml and change the action-name to view. This will hide the portlet to all user who don't have the Admin role. You don't have to make it programmatically. View the original

[jboss-user] [JBoss Portal] - Re: How to make a portlet secured

2008-03-18 Thread matthieu.bouvais
You don't need to remove the viewRecursive action for the default portal. You can add this attribute into the portlet-instances.xml : | ... | deployment | if-existsoverwrite/if-exists | instance | ... | /instance | /deployment | | View the

[jboss-user] [JBoss Portal] - Re: Using JBoss Portal and CAS to implement SSO for external

2008-02-19 Thread matthieu.bouvais
Hello Andergast, I think you have to use the portlet bridge rather than the IFrame portlet. You can find this portlet in PortletSwap. This protlet can pass the session or cookie to the external application. View the original post :