Edit the exported XML file

  1. Open the XML file which contains the updated THICKCLIENT service for editing.
  2. Add the LOGINSCHEMENAME tag to the LoginScheme attribute and set it to "DEFAULT".
    1. Locate the LOGINSCHEME attribute in the file.
    2. Add the following line between the <LOGIN_SUBMIT METHOD> and <SERVICEURL> tags. (These tags are located near the end of the attribute.)

      <LOGINSCHEMENAME>DEFAULT</LOGINSCHEMENAME>

      The entire <LOGINSCHEME> attribute with the new tags is shown below.

      Note: If you plan to copy/paste from this document to supply your local information, first copy to a text editor and check for returns, tabs and other special characters.
       -<LOGINSCHEME NAME="Form">
                 <PROTOASSERT>Use HTTPS always</PROTOASSERT>
                 <HTTPURL>http://inforbcls01.inforbc.com:85/sso/SSOServlet</HTTPURL>
                 <HTTPSURL>https://inforbcls01.inforbc.com:1447/sso/SSOServlet</HTTPSURL>
                 <PRIMARYTARGETLOOKUP>Use ldap binds</PRIMARYTARGETLOOKUP>
                 <PROVIDER>ldap://inforbcad01.inforbc.com:389</PROVIDER>
                 <CTX_FACTORY>com.sun.jndi.ldap.LdapCtxFactory</CTX_FACTORY>
                 <SEARCH>TRUE</SEARCH>
                 <LDAP_SEARCH_FILTER>(&(<NAMING_ATTR>=<NAMING_ATTR_VALUE>)
                   (objectclass=<STRUCTURAL_OBJCLASS_VALUE>))
                 </LDAP_SEARCH_FILTER>
                 <LOGIN_RDN>DC=inforbc,DC=com</LOGIN_RDN>
                 <NAMING_ATTR>userPrincipalName</NAMING_ATTR>
                 <STRUCTURAL_OBJECTCLASS>user</STRUCTURAL_OBJECTCLASS>
                 <DEREF_ALIASES>always</DEREF_ALIASES>
                 <REFERRAL>follow</REFERRAL>
                 <USERNAMEFIELD>_ssoUser</USERNAMEFIELD>
                 <PASSWDFIELD>_ssoPass</PASSWDFIELD>
                 <LOGIN_SUBMIT_METHOD>POST</LOGIN_SUBMIT_METHOD>
                 <LOGINSCHEMENAME>DEFAULT</LOGINSCHEMENAME>
                 <SERVICEURL>https://inforbcls01.inforbc.com:1447/sso/SSOServlet</SERVICEURL>
             </LOGINSCHEME>
  3. Save your changes.