Siteminder federation with Salesforce

No comment

Hi All,   I am trying to implement federation between Siteminder(IDP) and Salesforce(SP). I have installed Web agent Option Pack and Federation Service on Tomcat. I have created the IDP and SP entities and Partnership in Admin UI. When I try to access the Salesforce url, it gets redirected to SSO login form but I […]

Keeping multiple Audience in same SAML AudienceRestriction tag .. will it possible ?

No comment

Hi Team,   We are looking to keep the multiple audience values in same SAML AudienceRestriction tag. Currently we are getting like below.   <ns2:Conditions NotBefore=”***” NotOnOrAfter=”***”> <ns2:AudienceRestriction> <ns2:Audience>abc</ns2:Audience> </ns2:AudienceRestriction> <ns2:AudienceRestriction> <ns2:Audience>abcd</ns2:Audience> </ns2:AudienceRestriction> </ns2:Conditions>   But we want like below.   <ns2:Conditions NotBefore=”***” NotOnOrAfter=”***”> <ns2:AudienceRestriction> <ns2:Audience>abc</ns2:Audience><ns2:Audience>abcd</ns2:Audience> </ns2:AudienceRestriction> </ns2:Conditions>   Will it be possible ? if yes […]

CA Access Gateway as OIDC Provider

No comment

Hello,   CA Access gateway throwing below error while acting as oidc provider:–   [32345/139998188513024][Sat Feb 02 2019 14:18:18][SecureRedirect.java][ERROR][sm-FedClient-02890] Transaction with ID: 21f533e7-90d27a10-e389d42a-c53513ca-c900544d-a08 failed. Reason: SERE_GET_EXCEPTION (, , )[32345/139998188513024][Sat Feb 02 2019 14:18:18][SecureRedirect.java][ERROR][sm-FedClient-01660] Exception caught in class com.netegrity.affiliateminder.webservices.SecureRedirect, method doGet, message com.netegrity.siteminder.agentcommon.utils.k: Failed to decrypt.. (, )   While looking for “SERE_GET_EXCEPTION” it states that […]

Application Attributes in partnership

No comment

We have a requirement coming where the IDP want to send some additional application data in query parameter, they are not comfortable adding this in their SAML Assertion. I am trying to understand how can I process this query parameter in my partnership to pass it to the application. Please suggest if someone has achieved […]

Disable "Unable to process SMSESSION cookie" message in webagent.log

No comment

HI All, Is there a way to disable message “[sm-HTTPAgent-00190] Unable to process SMSESSION cookie.” in webagent.log. This message is exhausting the disk space. We have already enabled AcceptTPCookie for the effected agents (As mentioned in article: Web agent unable to process SMSESSION – CA Knowledge )   Any help/guidance is appreciated!   Best Regards, Murali Source: New […]