How to Configure ADFS on Microsoft 2012 Server to Use with NetScaler Appliance

How to Configure ADFS on Microsoft 2012 Server to Use with NetScaler Appliance

book

Article ID: CTX140562

calendar_today

Updated On:

Description

This article provides information on how to configure ADFS on Microsoft 2012 server to use with  NetScaler appliance.


Instructions

To configure ADFS on Microsoft 2012 server to use with NetScaler appliance, complete the following steps:

  1. Launch ADFS Management and select add relaying party trust.
    User-added image

  2. As NetScaler does not auto generate the metadata file, choose Enter data about the relaying party option.
    User-added image

  3. Choose AD FS profile option.
    User-added image

  4. NetScaler does not support encryption, so ignore Configure Certificate and then Click Next.
    User-added image

  5. Select Enable support for SAML2.0 SSO.
    User-added image

  6. Type the URL as NS vserver FQDN: https://<Netscaler.vserver.com>/cgi/samlauth.
    This URL is Assertion consumer service URL on NetScaler. It is constant and NetScaler expects a SAML response on this URL.

  7. Configure the identifier name.
    User-added image

  8. Choose the Permit all the users to access the relaying party option.
    User-added image

  9. Review the settings and close Adding Relaying Party.

  10. After the relaying party is added, Claim rules can be added as shown in the following screen shots:
    User-added image

    User-added image

    User-added image

    User-added image

    User-added image

  11. To configure a signing certificate, go to Relaying Party > Properties and add the signing certificate.
    Note: If the specified signing certificate is less than 2048 key size, ADFS will throw a warning message that can be ignored.
    If the deployment is for a test environment, clear the signing certificate cancellation check on the Relaying party. Otherwise, ADFS will try the CRL provided in the signing certificate to validate the certificate.
    C:\Users\Administrator> Set-ADFSRelyingPartyTrust -SigningCertificateRevocationCheck None -TargetName Netscaler

 

Issue/Introduction

This article provides information on how to configure ADFS on Microsoft 2012 server to use with NetScaler Appliance.

Additional Information

CTX133919 - How to Configure NetScaler SAML to Work with Microsoft AD FS 2.0 IDP