1. Newbie Help: Configuring Wss4jSecurityInterceptor with Acegi Password CallbackHandler forum.springsource.orgNov 24th, 2008, 08:38 AM #1 rajasun View Profile View Forum Posts Private Message Junior Member Join Date Nov 2008 Posts 4 Newbie Help: Configuring Wss4jSecurityInterceptor with Acegi Password CallbackHandler Hi, ... |
2. authentication without password forum.springsource.orgHi, I need to authenticate programatically some users that have been authenticated by another application that have redirect them to mine. I haven't the posibility of use CAS, so I need ... |
3. Password Change Required Example forum.springsource.orgPassword Change Required Example Frequently, there is a requirement to have a change password flow that requires the user to change their password (e.g. a one-time, or temporary, password). I have ... |
4. Password passing and getting forum.springsource.orgFeb 5th, 2009, 10:08 PM #1 nitaBean View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Posts 2 Password passing and getting hello and hi, I'm really ... |
5. DefaultSpringSecurityContextSource userDn and password forum.springsource.orgDefaultSpringSecurityContextSource userDn and password My webapp is successfully authenticating and authorizing against an LDAP server. I just need hint on how to make my configuration more secure. I tried to attach ... |
6. Plain Text Password forum.springsource.orgAm I correct in my finding that the Authentication object holds the plain text password, accessible by its getCredentials() method? Since Authentications are Serializable, if I pass it across a network, ... |
7. How to re authenticate users after changing password forum.springsource.orgWhen a user changes their password in an application, how do you make sure that Spring Security has updated the userDetails object (that in my case is cached using ecache) ? ... |
8. SSHA salt in password-encoder forum.springsource.orgSSHA salt in password-encoder Hi, I'm trying to authenticate users against an LDAP where the userPassword attributes are SSHA - encoded . I am not using bind authentication because permissions to ... |
9. Assistance with first steps handling password policy forum.springsource.orgAssistance with first steps handling password policy Hi I apologize if this is an oft-asked question, but I have not been able to find a suitable response in the forum. I've ... |
10. Custom Authentication Provider for 'one time password' and 'securit questions' forum.springsource.orgCustom Authentication Provider for 'one time password' and 'securit questions' Hello, I am using Spring Security and would like to use authentication providers for 'one time password' and 'security questions'. The ... |
11. How is the user input "password" used in authentication process? forum.springsource.orgHow is the user input "password" used in authentication process? I am using Spring 2.5.6 and security 2.0.4 Here is part of the security.xml: |
12. Am I on the right track? (Custom password encoder, Hibernate stored users) forum.springsource.orgWhat I have done: BCryptPasswordEncoder, a custom password encoder which uses the blowfish algorithm. It uses jBCrypt and act as an adapter between it and Spring Security. UserDetailsServiceImlp which forwards requests ... |
13. password reset forum.springsource.orgApr 6th, 2009, 01:45 PM #1 amaturner View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Posts 3 password reset I am trying to use spring security ... |
14. Need Help with Dao Authentication Provider and password encoding forum.springsource.orgNeed Help with Dao Authentication Provider and password encoding Hi, I want to do password encoding, but I am unable to do it. Currently I have implemented UserDetails and UserDetailsService below ... |
15. Problem with password-encoder forum.springsource.orgProblem with password-encoder Hello, I use sha-512 password encoder of spring security with a salt-value (an integer). When i create a accound with an easy password like "max", "max1234" i can ... |
16. LdapUserDetailsManager always updates password attribute forum.springsource.orgLdapUserDetailsManager always updates password attribute Hi, I'm using the method LdapUserDetailsManager.updateUser(UserDetails) and I've noticed that the call to the method ctx.getModificationItems() always contains the password attribute. The reason for this is ... |
17. password publicly exposed forum.springsource.orgpassword publicly exposed Hi all, The Authentication class has a public getter that accesses the credentials property, which usually stores a password as clear text. On one hand, I understand the ... |
18. Setting application wide user/password for Datasource forum.springsource.orgSetting application wide user/password for Datasource In my application, we have to use a password manager to get the database password depending on the server where the application is running. We ... |
19. problem with password encoding forum.springsource.orgproblem with password encoding Hello, I have a problem using Spring security with LDAP and haven't find any solution yet. In my config file I have the following excerpt: Code: |
20. Need sample code for |
21. Configuring password-encoder with SHA-256 and salting? forum.springsource.orgI found a detailed article on encoding passwords in Spring Security. On page 3 it mentions you can simply add password-encoder="sha" to your authentication provider. Ah, but that's SHA-1 no salting. ... |
22. password compliance forum.springsource.orgMy company has enterprise-wide rules for passwords which my web app must comply. In Spring, is there a cool way to test passwords for compliance? These are rules like a password ... |
23. how to expire a password? forum.springsource.orgI see many threads on forcing the user to change their password, but I don't see anything on expiring a password. How do you expire a password that is older than ... |
24. decode a password forum.springsource.orgI am using DAO authentication provider. Is there a method to decode a password? I am using org.springframework.security.providers.encoding.Pa sswordEncoder to encode a password, and it works fine. But, within the app ... |
25. Spring Security uses String for password forum.springsource.orgHi, By default, Spring security uses String for password fields in its implementation. That's not a good security practice in general. It worried me a bit about using a immutable field ... |
26. Strange behavior in password field forum.springsource.orgHi, i've created several forms, but when i put a password field into a form, the letter typed doesn't appear in the field (i mean NOTHING APPEARS, event * characters). i ... |
27. password encoding in acegi forum.springsource.orgif I add the Bold part |
28. password decoding help required forum.springsource.orgHi All, I am encoding password text using org.acegisecurity.providers.encoding.Md5PasswordEn coder and org.acegisecurity.providers.dao.SaltSource using following code PasswordEncoder encoder = new Md5PasswordEncoder(); encoder.encodePassword(this.password.trim(), this.getSaltSource()); Now i need to decode the same. i tried ... |
29. IMap Encrypted Password forum.springsource.orgHello, In the Spring Integration reference manual, an example is given for using the imap idle connector. This example uses a plain-text password for a secure imaps connection: Code: |
40. how to make a password field? forum.springsource.orghow to make a password field? hi all, I have the create.jspx generated as below: ===== |
41. Problems for create User and Password forum.springsource.orgDec 6th, 2010, 08:11 AM #1 Ernesto Guevara View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Sep 2010 Posts 6 Problems for create User and Password ... |