Issue with target containing ampersand

No comment

We are using a login.fcc with the following directive: @targetenc=%urlencode(target)%   We then use $$targetenc$$ to obtain the value of the target.   With Test URL #1: https://hostname.com/index.jsp?test=1 The value of $$targetenc$$ is HTTPS%3A%2F%2Fhostname.com%2Findex.jsp%3Ftest%3D1 as expected.   With Test URL #2: https://hostname.com/index.jsp?test=1&test1=2 The value of $$targetenc$$ is DATA BLOCKED   Seems there is an issue with urlencode when […]

Protecting Application URL

No comment

Hi All,   I have application URL as below.   https://dev-billinginquiry.lmig.com/BillingWeb/ShowAddressInfo.do    And this application URL is protected by below Realm and Rules. Realm:   Rule: And I have set the policy to have access to some particular group. So those group members can access https://dev-billinginquiry.lmig.com/BillingWeb/ShowAddressInfo.do  .   So now  requirement is anything after the original URl (https://dev-billinginquiry.lmig.com/BillingWeb/ShowAddressInfo.do)  […]

Regarding setting of SameSiteMode.None

No comment

Team,   We are planning to implement CORS in Siteminder, in the process of doing so, we are not able to pass the CORS Cookie even if Credentials is set to Include. After some research, we found out that there is a way to achieve this,  by setting the cookie we intend to pass on in […]

CA SSO : Unable to set up superuser account

No comment

Hi,   We are trying to set up Oracle Database as policy store but I am getting the following error message.   << smreg su command failed. Please fix the error and reconfigure the Policy Store. >>   I could see that tables has been created. While trying to execute smreg -tu command, I have noticed the […]