Configure a MAC one-time password mechanism
A one-time password is valid for one session or login. The MAC password is generated by ISAM and can be delivered to the user through Short Message Service (SMS) or e-mail.
This task describes the steps and properties for configuring a MAC mechanism. For information about configuring other providers, see:
- Configure an HOTP one-time password mechanism
- Configure a TOTP one-time password mechanism
- Configure an RSA one-time password mechanism
Steps
- Log in to the local management interface.
- Click AAC.
- Under Policy, click Authentication.
- Click Mechanisms.
- Click MAC One-time Password.
- Click .
- Click the Properties tab.
- Select a property that we want to configure.
- Click .
- Enter the value for that property.
- Click OK.
- Take note of the properties for the mechanism.
- MAC
- Password Character Set
- The character set from which the characters in the one-time password are generated.
The default is 0123456789.
- Password Length
- The length of the characters in the one-time password.
The default is 6.
- Store Entry Hash Algorithm
- The hash algorithm used for hashing the one-time password before it is stored in the one-time password store plug-in. The supported algorithms are:
- SHA1
- SHA-256
- SHA-512
The default is SHA-256.
- Store Entry Lifetime (seconds)
- The length of time the one-time password is stored. The lifetime is in seconds.
The default is 300.
- Click Save.
What to do next
When we configure one-time password providers, a message indicates that changes have not been deployed. If you have finished making changes, deploy them. For more information, see Deploying pending changes. Next, consider configuring the delivery methods for the one-time password. Both SMS and Email delivery are enabled but you will want to configure the delivery properties, such as SMTP server or connection URL, for the environment. See Configure one-time password delivery methods.
Parent topic: Authentication