security - java keystore at client site -
i have web application install @ client sites. app needs keystore (for saml integration)
should creating single keystore , deploying client sites, or should create keystore per client site?
you should defenitely create separate certifikate/keystore each client. re-using same client side certificate on many clients easy when comes initial distribution, creates lot of problems when have issue new certificates, revoke certificates etc.
in saml, client side certificate used identify issuer of saml assertion. if re-use same client side certificate, clients can impersonate each other.
Comments
Post a Comment