Username module properties
You can define Username module self or partner properties.
| Appliance property | Self or Partner | Mode | Description |
|---|---|---|---|
| username.password.options | PARTNER, SELF | Issue | Specifies the option for including the password in the token:
|
| username.add.nonce | SELF | Issue | Specifies whether to include the nonce (random bits used for obfuscating the
element) in the token. The default is true.Set to Set to When you specify to issue no password, this value is ineffective. |
| username.add.timestamp | SELF | Issue | Specifies whether to include creation time, or timestamp, in the token. The
default is true.Set to Set to
|
| username.password.validator | SELF | Validate | Specifies the user registry option to use. Valid values are:
|
| username.skip.password.validation | SELF | Validate | Specifies whether to disable password validation. The default is
false.Set to Set to
|
| username.server.connection.id | SELF | Validate | If TAMRD is specified for
username.password.validator, specify the server connection ID. This is the name
of the previously configured server connection which holds the settings for the Access Manager LDAP
registry.This property is required if password validation is not skipped. |
| username.tamrd.management.domain | SELF | Validate | If TAMRD is specified for
username.password.validator, specify the Access Manager management domain. The
default is Default. |
| username.tamrd.login.failures.persistent | SELF | Validate | If TAMRD is specified for
username.password.validator, specify if log in failures are persistent. The
default is false.Set to Set to |
| username.tamrd.maximum.server.connections | SELF | Validate | If TAMRD is specified for
username.password.validator, specify the maximum number of server connections
that are allowed. The default is 16. |
| username.rte.bind.dn | SELF | Validate | If ISAMRTE is specified for
username.password.validator, specify the username used to authenticate to the
primary LDAP server.For example, cn=SecurityMaster,secAuthority=Default. |
| username.rte.bind.pwd | SELF | Validate | If ISAMRTE is specified for
username.password.validator, specify the password used to authenticate to the
primary LDAP server. |
| username.rte.enableSSL | SELF | Validate | Specifies whether to enable SSL. The default is false. Set to
true to enable SSL. Then, define the
username.rte.sslTrustStore property. Set to false to disable
SSL. |
| username.rte.sslTrustStore | SELF | Validate | Specifies the name of the certificate database to use for the SSL connection,
if username.rte.enableSSL is set to true. |
| username.ldap.server.connection.id | SELF | Validate | If LDAP is specified for
username.password.validator, specify the name of the server connection that
holds the required LDAP settings to access the LDAP user registry. For example,
my-isam-user-registry. |
| username.ldap.maximum.server.connections | SELF | Validate | If LDAP is specified for
username.password.validator, specify the maximum number of connections to make
to the LDAP user registry. For example, 16. |
| username.ldap.base.dn | SELF | Validate | If LDAP is specified for
username.password.validator, specify an LDAP base DN to search. For example,
dn o=ibm,c=us. |
| username.ldap.search.filter | SELF | Validate | If LDAP is specified for
username.password.validator, specify an LDAP search filter. For example,
((objectClass=ePerson)(objectClass=Person)). |
| username.ldap.user.id.attribute | SELF | Validate | If LDAP is specified for
username.password.validator, specify an LDAP attribute that stores the
username. The LDAP attribute must uniquely identify a user. For example,
uid. |
| username.validate.freshness | PARTNER | Validate | Enables the time validity check, based on created time and the amount of time
permitted after the issue. The default is true. Set to
Set to If this property is not set, then the value of the property username.freshness.limit is checked to see if the time validation check needs to be performed. |
| username.freshness.limit | PARTNER | Validate | Specifies, in seconds, the amount of time the Username token is valid after
being issued. Default: A value of |