For POST single sign-on, the Identity Provider digitally signs the SAML assertion, as required by the SAML 2.0 specification. Consequently, the Service Provider must validate the signature.
To validate a digital signature, add a public key to the smkeydatabase file of the Service Provider. When you configure the SAML authentication scheme, you specify the DN of the issuer and serial number of the corresponding partner certificate.
To import the public key
smkeytool.bat -createDB -password password
This command creates the smkeydatabase at the Service Provider with the password federation.
smkeytool.bat -addCert -alias <alias> -infile path_to_X.509_certificate_file
In this deployment, the public key is post-cert.crt. The command is:
smkeytool.bat -addCert -alias idp1cert -infile "c:\program files\ ca\siteminder\certs\post-cert.crt"
Copyright © 2012 CA.
All rights reserved.
|
|