Forum Discussion
atoth
Cirrus
Aug 14, 2020Checking if a value exists in a data-group?
I've got an irule which doing 301 redirects. When a particular uri comes in, it checks the locale and matches it against a data-group with old locale in the uri being mapped to a new local. ...
- Aug 17, 2020
Hello atoth.
Make the most of the command 'else':
when HTTP_REQUEST { if { [class match [HTTP::uri] equals "location_dg" ] } { ## DO YOUR STUFF } else { ## DO YOUR STUFF IN CASE OF NOT MATCHING } }
Regards,
Dario.
jelmore_42505
Nimbostratus
Sep 21, 2012That was it, thanks so much for the help.
- Andrew_HuskingMar 03, 2019
Cirrus
The TMSH config you're missing is the eca profile, it's only needed if your client side NTLM authentication isn't working.
Is the SSO failing on the forms branch or the NTLM branch?
IIRC we had issues doing NTLM auth to NTLM SSO and will try and figure out how we got around it.
Forms to NTLM should be fine, but I'm wondering if the 5 domains/forests is causing the issue. Are you able to test a user that's in the domain that you're doing SSO to?