I have a typical use case here for providing access to the federated applications. there are 2 set of users – Sales and Normal who need to access the same federated applications. The Sales User are into external n/w and Normal users are within company Intranet. The sales user have their details in AD-sales and […]
In our environment, we are using smpwservices.fcc file where we we are trying various things like asking user to change password, however in one of the case, this file is not loading whole content and excluding the field to change the password. What could be wrong or the areas to search for? Source: New feed {pubDate}
We are using CA Siteminder from past several years for out .net application. We want to move on to .NET Core, do CA Siteminder support .NET Core? Source: New feed {pubDate}
Is there any way I can have different auth scheme for different users using federated application. e.g. for UserBase1 IWA Auth, and USerBase2 FormBased Auth Scheme. We are using Secure Proxy Servers for federation. Source: New feed {pubDate}
Hi, Is Siteminder can act as an external login provider in this flow (using JWT): https://communities.ca.com/blogs/oauth/2016/10/04/howto-integrating-otk-with-external-login-server Thanks Source: New feed {pubDate}
Is there any way to increase the token expiration time of the Admin REST API’s token? Some tasks take more than 15 minutes (like deleting 2k objects). It would be better if one could define the desired timeout. Source: New feed {pubDate}
After upgrading our Policy Servers, Policy Store, and WAMUI from 12.52 SP2 to 12.8.2, when I click on the Show button in the Dependencies column for any of my Trusted Certificates and Private Keys, I get the following error in the WAMUI. — Error: Exception while invoking expression #{dependencyBean.loadJsons}. The policy server in on Windows 2012 […]
Hi, We started received intermittent 500 error for our website which is using Siteminder, after restarting webserver instances it got resolved. While analyzing the root cause we found following error in SM logs [8395/703276800][Tue Mar 26 2019 04:57:05][CSmLowLevelAgent.cpp:546][ERROR][sm-AgentFramework-00520] LLA: SiteMinder Agent Api function failed – ‘Sm_AgentApi_IsProtectedEx’ returned ‘-1’. [8395/703276800][Tue Mar 26 2019 04:57:05][CSmProtectionManager.cpp:192][ERROR][sm-AgentFramework-00420] […]
What was the reason behind the change to the OIDC endpoint URLs between 12.8.1 and 12.8.2 In 12.8.2 the endpoint URLs include the client name, so different URLs are given to each client. I don’t necessarily see an immediate problem with it, I just want to understand why the change was made. Thank […]
Using the SiteMinder Programming Guide and SDK Java Docs, I have created a Java-based custom authentication scheme and configured the F5 to pass the client certificate to IIS in the request header but have a couple of follow-up questions: 1. Which class/method from the SDK can we use to read the HTTP request headers? 2. […]