Forum Discussion
Nimo_3485
Nimbostratus
13 years agoAuth profile for certain uri
Im new to irules and until now i only wrote very simple irules.
now i need to set a authentication profile for one of my web apps.
i only have one virtual server which i use for different we...
Michael_Yates
Nimbostratus
13 years agoHi Nimo,
There is no why that I am aware of to enable / disable an Authentication Profile based on an URI value with an iRule. You can check the status of the profile using the PROFILE command, but it will only give you the current value (none if none applied) of the PROFILE::auth.
You can use the AUTH Command, but you will have to build / mimic the profile entirely within the iRule.
Sorry I couldn't provide more information on it.