[jboss-dev-forums] [PicketBox Development] - AS7: Sensitive Attributes Masking
Anil Saldhana
do-not-reply at jboss.com
Sat Aug 6 09:36:55 EDT 2011
Anil Saldhana [http://community.jboss.org/people/anil.saldhana] created the discussion
"AS7: Sensitive Attributes Masking"
To view the discussion, visit: http://community.jboss.org/message/619770#619770
--------------------------------------------------------------
We can extend masking of passwords to all attributes that the user determines to be sensitive and not be displayed in clear text in the configuration files.
There are two entities:
a) Sensitive Attribute Holder (SAH).
b) Requesting Party (RP).
The "SAH" will securely hold all the sensitive attributes in one place. Ideally using AES256+ type encryption.
The Requesting Party is an entity in the AS that wants to get access to the secure attribute.
The challenge is to ensure the authenticity of the RP.
How do we know RP is the real owner of the attribute?
h2.
h2. Some thoughts:
1. We can provide a shared key to the RP via an offline tool. The RP will configure the shared key (how do we secure this shared key?).
2. When the RP asks for the attribute, we can check the package of the RP and ensure that it matches the package that was used in generation of the shared key provided.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619770#619770]
Start a new discussion in PicketBox Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2088]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110806/e632f23f/attachment.html
More information about the jboss-dev-forums
mailing list