[users@httpd] Form based authenication in Apache

2020-09-02 Thread Sathish Vijayan
Hi, I am using form based authentication in Apache for proxy forwarding to different application under the same site domain: For Example: https://www.example.com/Application1 https://www.example.com/Application2/{uri_parameter1}/{uri_parameter2}/

Re: [users@httpd] Form based authenication in Apache

2020-08-26 Thread Eric Covener
> Now when I redirect to logout url location from applaication1, All > applications are logged out successfully. other applications – application2 > and application3 is redirected to login page on click of refresh or any > other action in that page. But I need to redirect to logout page instea

[users@httpd] Form based authenication in Apache

2020-08-26 Thread Sathish Vijayan
Hi, I am using form based authentication in Apache for proxy forwarding to different application under the same domain: For Example: https://www.example.com/Application1 https://www.example.com/Application2/{uri_parameter1}/{uri_parameter2}/