3 thoughts on “Citrix ADC as AD FS Proxy”

  1. hi,
    -(HTTP.REQ.HOSTNAME.SET_TEXT_MODE (IGNORECASE) .EQ (“adfs.www.deyda.net”) && HTTP.REQ.URL.SET_TEXT_MODE (IGNORECASE) .CONTAINS (“/ adfs”)

    expression syntax error.
    may cause an error ?

    citrix version 12.1 49.23

    1. Hi Emre,

      Sry there was a mistake with the brackets. You have to get rid of the first pair of brackets. You have to enter this in the box as follows:

      HTTP.REQ.HOSTNAME.SET_TEXT_MODE (IGNORECASE) .EQ (“adfs.www.deyda.net”) && HTTP.REQ.URL.SET_TEXT_MODE (IGNORECASE) .CONTAINS (“/ adfs”)

      But you have to replace adfs.www.deyda.net with your Virtual Server.

      You can see that in the screenshot.

  2. Hi Manuel,

    Very good documentation! one important thing you mentioned in the troubleshooutng part was the the command “netsh http show sslcert”.

    regards,
    Andreas

Leave a Reply

Your email address will not be published. Required fields are marked *

* I consent to having this website store my submitted information so they can respond to my inquiry.