1. Spring security with Flex using Container Preauth stackoverflow.comI've got the Spring Security preauthentication sample configured and working with JBoss. The next step is to somehow get the user information into a flex client GUI. What are some methods ... |
2. Spring security 2.0 Preauth - Help needed.. forum.springsource.orgSpring security 2.0 Preauth - Help needed.. Hello Friends, I am a newbie to Spring security(even Spring for that matter) and I am sure this would have been discussed in this ... |
3. Preauth Filter and invalid-session-url forum.springsource.orgPreauth Filter and invalid-session-url We are using Spring Security 3.0.5 with a preauth filter (to integrate with our SSO product). We are trying to get 'invalid-session-url' to work in this scenario. ... |
4. Custom x509 PreAuth to extract more certificate information besides Subject DN forum.springsource.orgI'm having a really hard time getting my custom preauth filter to work for processing x509. If anyone could help I would appreciated. Thanks. |
5. Help me convert my PreAuth config to 2.0 namespace forum.springsource.orgSep 23rd, 2008, 03:17 PM #1 jozeph78 View Profile View Forum Posts Private Message Member Join Date Jun 2008 Posts 37 Help me convert my PreAuth config to 2.0 namespace Hello. ... |
6. Guide for usage of digital certificates in Preauth provider forum.springsource.orgGuide for usage of digital certificates in Preauth provider Greetings, I'd like to ask for any sort of tutorial or guide that explains in detail the use of Digital Certificates (X509) ... |
7. Siteminder preauth not being rechecked. forum.springsource.orgSiteminder preauth not being rechecked. I've created a class to override AbstractPreAuthenticatedProcessingFilter. The getPreAuthenticatedPrincipal() method simply reads the cookie set by SiteMinder. I've configured the security with /**=channelProcessingFilter,httpSessionIntegrationF ilter,logoutFilter,authenticationProcessingFilter, exceptionTranslationFilter,filterSecurityIntercept or ... |
8. Integrating Preauth with LDAP user details forum.springsource.orgIntegrating Preauth with LDAP user details I am trying to integrate Spring Security into an environment with Oblix, WebSphere 6, and Active Directory. Oblix and WebSphere provide authentication within the J2EE ... |
9. modify preauth, to siteminder-urgent help forum.springsource.orgApr 22nd, 2009, 09:05 AM #1 tsingh007 View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Posts 3 modify preauth, to siteminder-urgent help Hi i am trying ... |
10. preauth with BASIC fallback forum.springsource.orgpreauth with BASIC fallback hello I've started with spring security a few days ago. So please be patient if I ask boring questions I need to integrate spring security with container ... |
11. Getting blank page returned with Custom PreAuth Filter forum.springsource.orgGetting blank page returned with Custom PreAuth Filter Hi, I am new to Spring Security (and Spring for that matter), and I have run into an issue that I have not ... |
12. How to configure accessDeniedPage in preauth application forum.springsource.org |
13. How to use Anonymus user when using preAuth filters (Siteminder integration) forum.springsource.orgHow to use Anonymus user when using preAuth filters (Siteminder integration) Hi, We are using site minder with Spring Security. for that we are using preAuth filters. We are able to ... |
14. Preauth (autologin) using Ldap forum.springsource.orgJul 17th, 2009, 04:32 AM #1 Coenos View Profile View Forum Posts Private Message Member Join Date May 2008 Posts 34 Preauth (autologin) using Ldap Hi, I'm (very) new to Spring ... |
15. Mappable roles always empty using J2EE preauth forum.springsource.orgMappable roles always empty using J2EE preauth Hi everyone I'm writing an application based on the preauth sample, but having problems with authorisation. While debugging, I've found that the WebXmlMappableAttributesRetriever doesn't ... |
16. SessionRegistry empty - using PreAuth forum.springsource.orgI'm using a custom filter extending AbstractPreAuthenticatedProcessingFilter to authenticate users. I try to get all logged in users (or maybe later on the sessions of all logged in users) using SessionRegistry.getAllPrincipals(). ... |
17. Custom PreAuth With Session Token forum.springsource.orgMar 31st, 2010, 11:37 AM #1 fforester View Profile View Forum Posts Private Message Junior Member Join Date Nov 2009 Location PA Posts 3 Custom PreAuth With Session Token Hi All, ... |
18. PreAuth variable header not found in request forum.springsource.orgPreAuth variable header not found in request Hi, I am attempting to configure an app to use the RequestHeaderPreAuthenticatedProcessingFilter to allow authentication by SiteMinder. This appears to be very straight forward, ... |
19. Refreshing Granted Authorities with PreAuth forum.springsource.orgRefreshing Granted Authorities with PreAuth Hi, I'm using a PreAuth filter (based off AbstractPreAuthenticatedProcessingFilter) and retrieving the granted authorities from LDAP. This all works fine, however I have a slight problem ... |