custom page
2 TopicsAPM Login Page Customization, how to skip the 1st logon
We have 3 types of URL's : public (no authentication required) iRule disables APM (if authentication is required APM is enabled) with simple authentication (AD) managed by the per Session policy restricted (multi factor authentication) managed by the per Request policy This last authentication method uses the AD credential passed by SSO variables. The issue we have is that before getting the Challenge/Response request, we first get a page, originally needed for credentials. My workaround was to transform the "LOGON" button as an "ENTER" button, with a message "Restricted Area" After I validate "ENTER", I get my Challenge/Response page. We would like to get rid of the first logon and go directly to the Challenge/Response page. Is there a trick to bypass that page or automatically confirm the logon ? I tried to remove the logon page but that does not work and triggers an error. Anyone an idea ?! Regards St.324Views0likes1CommentCustom response on http status 401
Hello, We upgraded our CAS server from 3.X.X to 5.X.X. With that upgrade our server send HTTP 401 with authentication is failed. The problem is that on environnement with a BIG-IP behind, user has not the page with message telling him the credentials was wrong but a almost balnk page with "HTTP ERROR 401". I can't find where this behaviour is configured. I'd like to let the response pass to display the page to the user. Thank for your help.187Views0likes0Comments