documentation I have accessed gives a general idea of how to access the responses in the session store to populate a saml assertion. My question is, ‘How do we add the responses to the session store” so they are available. Thanks. Source: New feed {pubDate}
Hello Experts, I started the wamui (standalone.sh) , however its giving 404 error while accessing it. I don’t see any error as such in the server.log, however No message is recorded after the below message: 2019-04-18 06:30:01,218 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management2019-04-18 06:30:01,219 INFO [org.jboss.as] (Controller Boot Thread) […]
Hi CA Community, Does anyone know what auto scaling trigger is recommended for CA SSO Access Gateway in AWS? e.g. CPU utilization >= 85% for 300 seconds will trigger spin out new instance(s). We have SPS deployed in AWS with AMI image done. Just not sure what auto scaling strategy is best for Access […]
Hello CA Engineers, Our platform is running on R12.52 and we have a requirement to set up sso with Siebel IP 18.12. With the CA Support case it is concluded that not possible in R12.52. But we have plans to upgrade to R 12.80 but that would take a year of time. Mean while I would […]
SELECT dbo.”WBSCDCL”.”Group”, COUNT( dbo.WBSCDCL.ref_num) AS TktCnt, dbo.”WBSCDCL”.ref_numFROM dbo.”WBSCDCL” INNER JOIN dbo.”WBSEDCL_REPORT” ON dbo.”WBSEDCL_REPORT”.ref_num = dbo.”WBSCDCL”.ref_num WHERE dbo.”WBSCDCL”.”Cat” NOT IN (‘%sikkim%’,’%ERP%’) AND dbo.”WBSCDCL”.”Group” NOT IN (‘%ERP%’) AND dbo.”WBSEDCL_REPORT”.action_desc LIKE ‘Status changed from ‘Resolved’ to ‘Open’%’ GROUP BY dbo.”WBSCDCL”.ref_num, dbo.”WBSCDCL”.”Group” How to expresss in Below code in SQL dbo.”WBSEDCL_REPORT”.action_desc LIKE ‘Status changed from […]
While restarting webagent I am getting below error. WebAgent was working fine but now it’s throwing below error. [13548/11460][Tue Apr 16 2019 11:10:54][LLAWorkerProcess.cpp:1531][INFO][sm-AgentFramework-00680] LLAWP: Initialization complete.[13548/8156][Tue Apr 16 2019 11:10:54][LLAWPMsgBus.cpp:419][INFO][sm-AgentFramework-00660] LLAWP: Message bus initialized.[6268/12640][Tue Apr 16 2019 11:10:55][CSmLowLevelAgent.cpp:5206][INFO][sm-AgentFramework-00510] LLA: Logging initialized.[6268/12640][Tue Apr 16 2019 11:10:55][CSmPluginManager.cpp:187][ERROR][sm-AgentFramework-00120] ADMIN: SmDSOLoadLibrary failed to load plugin ‘C:Program FilesCAwebagentwin64binHttpPlugin.dll’.[6268/12640][Tue Apr […]
Hi all, I’m working with a customer to configure Kerberos Authentication for SSO in a pre-production environment. My question: Is it required that the policy server(s) be in the same domain as the IIS/Webagent and User Directory? More details: Policy Server: is Production Domain IIS/Webagent server: in Stage Domain AD User […]
How do I achieve mobile and web application (One application on different form) integration with CA STM 12.8 in OAUTH and OIDC flow. 1. Web application has to throw the challenge with external web browser 2. Mobile application should use embed native login page. Please suggest. Source: New feed {pubDate}
Hi All, I am working on integrating CA Siteminder 12.8 with google API management service (APPIGEE). Wanted to understand anyone does this before ? what are the best practices I need to follow during this integration. Here STM act as identity provider (Authorisation code flow of OIDC) and APIGEE act as gateway to API’s. […]
I want to remove an attribute from a user (SmDMSUser). Code snippet using the Java DMSAPI - Hashtable<String,Object> attributes = user.getAttributes(); //remove attribute from attributes collection attributes.remove(attribute); //set the updated attributes user.setAttributes(attributes);result = user.modifyObject(); //result –removeUserAttribute failed..nArg=1,Arg1=32error:851reason:1002 Also tried calling setAttribute() for each individual attribute but got the same result. […]