cloudstack/plugins/user-authenticators
Rohit Yadav b2b496288d CLOUDSTACK-8034: Hash user IDs for SAML authentication
The User table's UUID column is restricted to 40 chars only, since we don't
know how long the nameID/userID of a SAML authenticated user will be - the fix
hashes that user ID and takes a substring of length 40 chars. For hashing,
SHA256 is used which returns a 64 char length string.

- Fix tests, add test cases
- Improve checkSAMLUser method
- Use SHA256 one way hashing to create unique UUID for SAML users

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-12 13:33:57 +05:30
..
ldap Fixed coverity issue 2014-11-06 09:38:22 +05:30
md5 Improve the handling of the findbug exclude files 2014-09-03 10:41:22 +02:00
plain-text Improve the handling of the findbug exclude files 2014-09-03 10:41:22 +02:00
saml2 CLOUDSTACK-8034: Hash user IDs for SAML authentication 2015-01-12 13:33:57 +05:30
sha256salted Improve the handling of the findbug exclude files 2014-09-03 10:41:22 +02:00