Does it have to be https?  If not you can add port 8080 and bypass IIS 
completely.

When passing user and password you may also need to switch to the 
ViewFormServlet type of URL (This is according to page 124 of the Mid-Tier 
manual).   
 
http://<mid_tier_server>/arsys/servlet/ViewFormServlet?form=<form_name>&server=<server_name>&username=<user_name>&pwd=<password>


Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Tanner, Doug
Sent: Wednesday, June 22, 2011 11:32 AM
To: arslist@ARSLIST.ORG
Subject: SSO and Pass Thru

** 
List,
            We are testing an implementation of SSO, all is working fine except
- We have a survey link which has a User Name, Password & Entry ID of a survey 
record
(Example)
            
https://MYREMEDYSEVER/arsys/forms/SERVERNAME/ESRV:eSurvey/Web/?eid=SRV-00000000256&username=esurvey160&pwd=Silosb160


(Filter Example - web.xml)
    <!--  Custom eSurvey Filter -->
    <filter>
            <filter-name>eSurvey Filter</filter-name>
            <filter-class> </filter-class>
    </filter>
    
    <filter-mapping>
            <filter-name>eSurvey Filter</filter-name>
            
<url-pattern>/arsys/forms/SERVERNAME/ESRV:eSurvey/Web/*</url-pattern>
    </filter-mapping>


This allows people to fill out the survey without having to "login" and remain 
"anonymous"
We created a filter on IIS to allow the "pass thru" of these links, but it is 
not working

Any Thoughts?

Configuration
            ARS 7.1 Patch 8
            Windows 2003
            MS SQL
            IIS & New Atlanta

Thanks, Doug


Doug Tanner
Compass Group, The Americas
Manager, Enterprise Service Applications
Remedy Skilled Professional (RSP)
Office  (704) 328-3178
Cell       (980) 230-8563
doug.tan...@compass-usa.com

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to