Hello, I am trying to configure ManicoldCF 2.1 Web Connector tocrawl my intranet site and it uses OpenAM for authorization. The sequence of stepsinvolved to get to intranet home page is: 1. Client requests http://xyz.com/ 2. If no valid authorization token is presented, client isredirected to https://xyzLogin.com/opensso/UI/Login?realm=/xyz&goto=http://xyz.com/3. Client submits two login forms (frm1 and frm2) and expects a valid userid and password.4. Client is given 3 cookies and JSESSIONID and thengets redirected back to http://xyz.com/
In the Access Credentials tab I am defining the followinglogin sequence: URL Regular Expression = xyz.com Step 1: Login URL Regular expression = https://xyzLogin.com/opensso/UI/Login?realm=/xyz&goto=http://xyz.com/Page type = formIdentification regular expression = frm1 In the Override form parameters section:Parameter regular expression = IDToken1 Value=solruser Step 2:Login URL Regular expression = frm1Page type = formIdentification regular expression = frm2 In the Override form parameters section:Parameter regular expression = IDToken2 Value=<password> Step 3:Login URL Regular expression = frm2Page type = formIdentification regular expression = post In the Override form parameters section:Parameter regular expression = Cookie1 Value=<some value>Parameter regular expression = Cookie2 Value=<some value>Parameter regular expression = Cookie3 Value=<some value>Parameter regular expression = JSESSIONID Value= <some value> Step 4:Login URL Regular expression = https://xyzLogin.com/opensso/UI/Login?realm=/xyz&goto=http://xyz.comPage type = form When I run the job, with seed URL http://xyz.com, contents of login page (https://xyzLogin.com/opensso/UI/Login) are indexed into Solr. In Simple History, I see Result code = RESPONSECODENOTINDEXABLEwhen it processes identifier http://xyz.com. Can you please tell me how I can fix the login sequence sothat, after the cookies are set, connector knows to redirect to seed URL? Also how do I prevent the login page from getting indexed into Solr. Thanks,D.T
