How to Configure SSO Form Based Authentication Through NetScaler for OWA 2013

How to Configure SSO Form Based Authentication Through NetScaler for OWA 2013

book

Article ID: CTX200589

calendar_today

Updated On:

Description

This article details how to configure SSO form based authentication through NetScaler for OWA 2013.


Instructions

Complete the following steps to configure SSO form based authentication through NetScaler for OWA 2013:

  1. Set the SSO attribute as samAccountName in the LDAP profile on NetScaler.

    LDAP configuration

  2. Set the SSO domain in the session profile on NetScaler as the domain that is used in your LDAP profile. 

     Session Profile Configuration

  3. In the SSO Change the name value pair to "flags=4&trusted=4&destination=https://exchange.xyz.lab/owa" 

    SSOFormProfile

  4. If you have the latest service packs installed on servers make sure you increase the response size to a high value (15000000 in this example) in SSO profile using the following command:
    add tm formSSOAction OWA_Form_SSO_SSOPro -actionURL "/owa/auth.owa" -userField username -passwdField password -ssoSuccessRule "http.RES.SET_COOKIE.COOKIE(\"cadata\").VALUE(\"cadata\").LENGTH.GT(70)"
    -responsesize 15000000 -submitMethod POST

Issue/Introduction

This article details how to configure SSO form based authentication through NetScaler for OWA 2013.

Additional Information