0 Replies Latest reply on Jun 12, 2007 2:40 PM by abcxyz

    Authentication for my own portal page

    abcxyz

      Hi

      I have wasted a lot of time in providing authentication to my portal page,can any of you help me in configuring the default authentication to my own portal page. I have included <security-constraint> in *-object.xml


      .......
      <security-constraint>
      <policy-permission>
      <role-name>Admin</role-name>
      <action-name>view</action-name>
      </policy-permission>
      </security-constraint>


      --i couldn't able to get the login page when i try to access the portal page. Please help me to overcome this problem. It works fine for JBoss Portal 2.2. Provide me answers w/r/t the JBoss Portal 2.4.1, if possible provide me all configuration files with examples.

      Thanks in Advance