siteminder is an application sold by Computer Associates that allows web assets to require authentication before access is given.
I am completely new to SiteMinder and SSO in general. I poked around on SO and CA's web site all …
single-sign-on siteminderI am thinking of building a bespoke solution using either java or .NET and I want to integrate the authentication …
java .net single-sign-on siteminderI am trying to use PreAuthFilter (for Siteminder) with Spring Security 3.0. <http use-expressions="true"> <intercept-url pattern="/admin/**" …
java spring spring-security siteminder pre-authenticationI am trying to get the response back from the server. So for that what I did is, I passed …
java jsp session-cookies siteminderHow do you integrate Spring Security with SiteMinder to receive a User and Role? I have a project setup with …
java spring spring-mvc spring-security siteminderOur system is a gateway interacting with Siteminder for authentication and connecting to back end systems. Siteminder is returning SMSESSION …
userid siteminderI am completely new to using XMLHTTP and experimenting with trying to download a report off of our company's internet …
excel xmlhttprequest siteminder vbaHas anyone got a bare bones custom login page, that will post to the default login.fcc. I'm unsure where …
single-sign-on siteminderIs there a detailed guide for using Siteminder with Tomcat .I searched over Google and SO most of the questions …
tomcat siteminderI have an inMemoryAuthentication configuration that works: @Configuration @EnableWebMvcSecurity public class WebSecurityConfiguration extends WebSecurityConfigurerAdapter { @Override protected void configure( AuthenticationManagerBuilder authenticationManagerBuilder) …
spring-mvc spring-security siteminder spring-java-config