Client Auth Using HTTP Cookie
Problem this snippet solves: This is an example using HTTP cookie for authentication. If authentication is successful, a cookie will be sent to client. If next time, the AUTH cookie is present and v...
Published Mar 16, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Tosin_Omojola
Aug 11, 2016Altostratus
I have an application which has a link to BIGIP on its webtop. When the BIGIP app link is clicked on the webtop, I want BIGIP to verify user session coming from there before passing it on to the servers its loadbalancing.
If the user is not authenticated, he should be redirected to the login page otherwise, grant access to the resource.
Please How can I achieve that with this code snippet or other? Thanks