JBoss Community

Re: AS7 Property File Based Login Modules

created by Jason Greene in PicketBox Development - View the full discussion

We need to be very careful about how user management is done, if it should be done at all for 7.0. Anything that stores state has to somehow be replicated across all the hosts in the domain. This opens the door to all kinds of problems:

 

  • Do you allow distribution of keystores which may have private keys? (very dangerous)
  • Do you store passwords in the domain.xml, and do you obfuscate them giving a false sense of security?
  • If it's not in domain.xml how is the state going to be replicated in a way thats consistent with domain.xml?

 

Also note that anyone serious about security, is probably going to prefer a centralized security server over a user password distribution model. In this case all of the work we do here would go to waste.

 

In the meeting in Madison, we talked about how the likely easiest thing to do was to just have the domain.xml REFER to whatever the security store is, and then let the user decide how it gets on the box if it needs to be. They already have to install AS for every location, so that might as well drop a properties file if thats what they are using.

Reply to this message by going to Community

Start a new discussion in PicketBox Development at Community