SAML sample application can be configured to use a different set of certificates instead of bundled sample certificates. To configure sample application to use different certificates:
AFM_HOME/conf/afm
|
Property |
Description |
|---|---|
|
SamlSigningCertPath |
Specify the complete path of the X.509 certificate that will be used to verify the SAML response. The corresponding key store must be used in AFM for signing the SAML response. Note: The certificate must be in .DER format. |
|
SamlSigningPrivateKeyPath |
Specify the complete path of the key store file that is used to sign the SAML request. Note: Ensure that the public-private key-pair is generated using "RSA" as the key algorithm and "SHA1withRSA" as the signing algorithm. |
|
SamlSigningKeyStoreAlias |
Specify an alias of the private key and certificate stored in the key store. |
|
SamlSigningJKSPassword |
Specify the password for the key store. |
|
Copyright © 2013 CA.
All rights reserved.
|
|