Directory Mapping

No comment

Hi,   I have a requirement to allow users from directory A and Directory B to authorize against only Directory B in a single policy domain which has only directory B mapped (there are groups replicated from dir A to B to be used for az). If I create directory mapping between A and B, […]

Two Applications, One Web Agent

No comment

Is it possible to have two applications on the same server serviced by one Web Agent? Would this be done by using a joint ACO that contains both of the Application Agents and URLs? This will be the first time we are going to co-locate applications on one server and therefore are looking for a […]

IIS Server version in Silent Web Agent Configuration

No comment

I am updating a silent WebAgent Unattanded install and configuration. There is one piece that I cannot get past but everything else works fine. There is a file Program FilesCAwebagentwin64install_config_infowebserver_configconfig_info.txt that has the following line AFTER you run the web agent config manually. If that file is there when you run the config manually then the […]

LLAWP and Web Agent

No comment

Hello All,   Can someone please explain the role of LLAWP process and it’s interaction with Web Agent? Is it possible to have LLAWP process running and enablewebagent = No in WebAgent.config file for Apache?   Thanks Ankur Source: New feed {pubDate}

Authentication errors using basic authentication

No comment

I developed a Custom Authentication scheme receiving user and password fields in basic format (the query method contains the instruction     response.setResponseCode(SmAuthQueryResponse.SMAUTH_CRED_BASIC);   ) It works correctly. In case of failure the page returns a 401 http code, but even if I defined the statement setUserText(); the SMUSRMSG cookie is not created. Is there some way […]

How do we disabled the old TLS v1.1 protocol for the R12.8 Admin UI

No comment

Hello,   Following technote    How do we disabled the old TLS protocols for the R – CA Knowledge    Is there the same for 12.8 version of adminUI ?  I tried to modify the /opt/application/CA/siteminder/adminui/standalone/configuration/standalone-full.xml and remove the TLSv1.1 protocol as above   <https-listener enabled-cipher-suites=”SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA” enabled-protocols=”TLSv1.2″ name=”https” security-realm=”SSLRealm” socket-binding=”https”/>   I deleted the deloy/data […]

HTTP Headers Active Response Not Generated

No comment

I have an application with HTTP Headers Active Response Not Generated. The Headers generated properly with SM Test tools. When I use their web server, custom response headers are not generated.   The policy servers are 8 – way. I have used test tools to point to each of them. HTTP custom responses generated not a problem. […]