Forum Discussion

Christophe_Thys's avatar
Christophe_Thys
Icon for Nimbostratus rankNimbostratus
Apr 08, 2013

Bypass VS authentication profile for specific URI

Hi

 

 

I'm looking for an iRule that can bypass the authentication profile configured on a VS for a subset of URI.

 

http://server/ -> apply auth profile for everything (except below)

 

http://server/img/* -> disable auth profile

 

 

Regards,

 

Christophe

 

4 Replies

  • That depends on which authentication profile you're referring to. Is it the one that appears under Local Traffic - Profiles (this is technically the ACA module)? Or is it Access Policy Manager?
  • Profile created under LTM | Profiles | Authentication, not APM. THis profile uses the standard _sys_auth_ldap iRule.
  • You'll notice then that the AUTH::authenticate command is under the HTTP_REQUEST event. This is the command that actually triggers the call to the PAM. So for any given URI, simply enable or disable this command.