cloudstack/plugins/user-authenticators/saml2
Rohit Yadav aaf6a34c54 CLOUDSTACK-8035: Generate and store X509Cert and reuse this for SAML
The fix generates X509Certificate if missing from DB and uses that for eternity.
SAML SP metadata remains same since it's using the same X509 certificate and
it remains same after restarts. The certificate is serialized, base64 encoded
and stored in the keystore table under a specific name. For reading, it's
retrieved, base64 decoded and deserialized.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 4358714381)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-12 16:49:49 +05:30
..
resources/META-INF/cloudstack/saml2 saml: Have the plugin use IDP metadata from URL, get values from Config 2014-08-28 19:45:24 +02:00
src/org/apache/cloudstack CLOUDSTACK-8035: Generate and store X509Cert and reuse this for SAML 2015-01-12 16:49:49 +05:30
test/org/apache/cloudstack CLOUDSTACK-8034: Hash user IDs for SAML authentication 2015-01-12 13:37:51 +05:30
pom.xml Bump master version to 4.6.0-SNAPSHOT after branching 4.5.0-SNAPSHOT 2014-10-29 14:54:23 +01:00