Clarity

  • 1.  Calling A .jsp file Bypassing Authentication

    Posted Jun 10, 2016 05:41 PM

    Could you help me on how I can call a JSP page bypassing authentication in Clarity?  I have a script to call a JSP page in Clarity before a user login but the JSP page was not accessible due to  that the user hasn't been authenticated.



  • 2.  Re: Calling A .jsp file Bypassing Authentication

    Broadcom Employee
    Posted Jun 12, 2016 01:54 PM

    You cannot keep the code inside the CA PPM folder and use without authentication as CA PPM will load the entry URL, you can create this page and point the load balancer to this page and from this page you can redirect to CA PPM and it will again need authentication.



  • 3.  Re: Calling A .jsp file Bypassing Authentication

     
    Posted Jun 17, 2016 07:10 PM

    Hi mingc  - Did SumanPramanik's response help answer your question? If so please mark as Correct Answer. Thanks!



  • 4.  Re: Calling A .jsp file Bypassing Authentication
    Best Answer

    Posted Jun 20, 2016 10:58 AM

    No sure exactly what you are trying to do but I have a requirement to display a "Monitoring Consent" statement before a user is display the login form.

     

    I accomplished this by modifying the index.html page.  The user is displayed a consent message and two buttons, "Accept" and "Decline".  The decline button redirect them to the organization's site home page.  The accept button creates a set of cookies to holding the accepted datetime and redirects the user to /niku/nu#action:homeActionId which display's the login page.

     

    V/r,

    Gene