- Traffic Profiles
- Traffic Policies
- Form SSO Profiles
- SAML SSO Profiles
At the command prompt, type:
add tm trafficPolicy Traffic-Pol-1 "HTTP.REQ.HEADER("Cookie").CONTAINS("login=true")" Traffic-Prof-1
At the command prompt, type:
set tm trafficPolicy Traffic-Pol-1 "HTTP.REQ.HEADER("Cookie").CONTAINS("login=true")" Traffic-Prof-1
At the command prompt, type:
bind tm global -policyName Traffic-Pol-1
At the command prompt, type one of the following commands:
bind authentication vserver auth-vserver-1 -policyName Traffic-Pol-1 -priority 1000
At the command prompt, type:
unbind tm global -policyName Traffic-Pol-1
At the command prompt, type one of the following commands:
unbind authentication vserver auth-vserver-1 -policyName Traffic-Pol-1
First unbind the session policy from global, and then, at the command prompt, type:
rm tm trafficPolicy Traffic-Pol-1