IVCred module properties
You can define Verify Identity Access IVCred token module self or partner properties.
| Appliance Property | Self or Partner | Mode | Description |
|---|---|---|---|
| ivcred.attribute.types | SELF | Issue | Specifies the attribute type to include in the assertion. Enter one attribute type, or use an asterisk (*) for all types. The default is an asterisk
( This property is required. |
| ivcred.sign.keystore.alias.db | SELF | Issue | Specifies the name of the keystore for the signing key. For example,
use DefaultKeyStore. This property is required if ivcred.add.signatures=true. |
| ivcred.sign.keystore.alias.cert | SELF | Issue | Specifies the name of the signing key. For example, use
testkey. This property is required if ivcred.add.signatures=true. |
| ivcred.add.signatures | SELF | Issue | Specifies that signatures must be added to tokens. Set to
Set to This property is optional. |
|
ivcred.signing. |
SELF | Issue | Specifies whether to include this attribute. Set to Set to
Required if |
| ivcred.signing.IncludePublicKey | SELF | Issue | Specifies whether to include the KeyInfo element, Public Key. Set to
Set to Required if ivcred.add.signatures=true. |
|
ivcred.signing. |
SELF | Issue | Specifies whether to include the Key Info element, X509 Issuer Details. Set
to Set to Required if ivcred.add.signatures=true. |
| ivcred.IncludeX509SubjectName | SELF | Issue | Specifies whether to include the Key Info element, X509 Subject Name. Set
to Set to Required if ivcred.add.signatures=true. |
| ivcred.IncludeX509CertificateData | SELF | Issue | Specifies whether to include the Key Info element, X509 Certificate
Data. Set to Set to
Required if ivcred.add.signatures=true. |
| ivcred.validate.keystore.alias.db | PARTNER | Validate | Specifies the name of the keystore for the key identifier. For
example, use DefaultKeyStore. Required if ivcred.verify.signatures=true. |
| ivcred.validate.keystore.alias.cert | PARTNER | Validate | Specifies the name of the validation key identifier. For example,
use testkey. Required if ivcred.verify.signatures=true. |
| ivcred.verify.signatures | PARTNER | Validate | Specifies whether the signatures are verified. Set to Set to This property is optional. |