I did following modification to pre-auth xml
<!-- *****replaced J2EE Auth with siteminderFilter -->
<bean id="filterChainProxy" class="org.springframework.security.web.FilterChainProxy">...
Type: Posts; User: tsingh007; Keyword(s):
I did following modification to pre-auth xml
<!-- *****replaced J2EE Auth with siteminderFilter -->
<bean id="filterChainProxy" class="org.springframework.security.web.FilterChainProxy">...
Hi i am trying to combine features of pre-auth example, with siteminder example given in reference implementation.
I would be greatefull if you could let me know where i have made mistake in...
Hi i have a scenario in which user will be pre-authenticated using kerberos provider in weblogic then user roles fetched from LDAP.
This approch requires lots of things to work correctly so i am...