Federation : TARGET value as the RelayState=value

No comment

I have a Siteminder protected application that calls a Federation login process.  After it completes the Federation process it needs to end up on the page originally requested. In Federation it hits the redirect.jsp and is then forwarded to the Login.fcc.  I need to get the “”TARGET” value from the URL POST  and append the TARGET value as […]

Federation POC setup on the basis of origin of request

No comment

Hello,   I have a query on federation services. So the infrastructure design is as below: 1)There is 1 internal access gateway server( designed to handle the request when accessed within the client network) and 1 external aceess gateway server. 2)There is one policy server   The requirement is that an application when accessed internally should […]

SSO Zones and Enhanced Session Assurance…?

No comment

According to this Enhanced Session Assurance with DeviceDNA™ – CA Single Sign-On – 12.8 – CA Technologies Documentation   you can’t use Enhanced Session Assurance when using SSO zones.   Is there any explanation as to why? Or a recommended way to leverage it if we are using SSO zones or am I really expected to use […]

Peer Not Authenticated Error

No comment

Hi,   We are using internal tool with REST APIs to import data from Rally. It used to work fine all these days, but past one week we are facing issue…   When we try to import the data from Rally by using  the Rally login credentials…we are getting Peer Not authenticated error…   Could […]

SPS linux install

No comment

I am trying to install Secure Proxy Server on Redhat and I can’t get past the following libraries issue…   I know this may be something basic that I am missing, but I have installed the library package that includes the 32 bit libkeyutils.so.1 (see screenshots below).   Could someone identify what I am doing […]

CA SSO API Authentication error

No comment

Seeing the following errors when trying to authenticate to the restAPI through the WAM UI.  [2018-07-24 11:24:56][ERROR][AgentApiHandler:com.ca.siteminder.restapi.common.AgentApiHandler.getAgentKeys(AgentApiHandler.java:256)][SMREST_AGENTAPI_004-DoManagement call failed with return code = 2. ][2018-07-24 11:24:56][ERROR][AuthenticationService:com.ca.siteminder.securityservice.AuthenticationService.doPost(AuthenticationService.java:120)][SMSECSRV_002-Authentication for user failed.]   Uninstalling and re-installing the wam ui seems to have resolved the issue but i’m seeing this on multiple policy servers across various env’s . Anone […]

CA Directory not getting updated

No comment

From java code when tried to update one of the attribute , its not getting updated although this issue happen only once  even checked CA directory logs , modify query was present at that time . Please help me with when such scenario happens .   Thanks  Pradhap Source: New feed {pubDate}

IDP SAML SSO initiated with HTTP POST request

No comment

We have a custom assertion generator plugin (AGP) implemented for our outbound SAML SSO partners.  The flow is as follows:   1) User login to IDP web portal and clicks on IDP initiated SSO URL – – > /affwebservices/public/saml2sso?SPID=SP-entityname 2) SMFSS redirects the browser to the “Application URL” 3) Application URL (JSP page) receives user attributes along […]