activemq icon indicating copy to clipboard operation
activemq copied to clipboard

Update JaasAuthenticationBroker.java

Open chris-joys opened this issue 3 years ago • 2 comments

Allow user use encrypt password to check entry detail info via web console

chris-joys avatar Sep 13 '21 02:09 chris-joys

@chris-joys is there a JIRA for this change?

mattrpav avatar Sep 21 '21 16:09 mattrpav

It would be great to provide some explanation about this change:

  1. why using decrypt on properties to get the password. My understanding is that you are using encrypted password (instead of plain)
  2. If you are using encrypted password, the JAAS plugin should be configured by a property to define if the password is encrypted or not, else I think it will break all users using plain password.

jbonofre avatar Oct 20 '23 14:10 jbonofre