Permitting access after one-time password authentication
Security Verify Access can prompt users for one-time passwords when they request access to protected resources. We can use a policy to permit access to users who authenticated with a one-time password. Or, we can prompt them for the password and then permit access when they provide it.
Configure the TOTP one-time password mechanism. See Configure a TOTP one-time password mechanism.
Use the steps in this scenario task to create a policy that permits access after the user authenticates with a one-time password.Steps
- Log in to the local management interface.
- Click AAC.
- Under Policy, click Access Control.
- In the center panel, click
.
- Enter a name for the policy.
- In the Rules section, set the Precedence property to First. As a result, the policy returns a decision for the first rule in the policy that evaluates to true.
- Click Add Rule.
- Select authenticationTypes from the attribute list.
- Select has member as the operator.
- Type urn:ibm:security:authentication:asf:totp as the value. If this value is present, the request was already authenticated with a one-time password.
- In the Decision list, select Permit.
- Click OK to complete the rule.
- Click the arrow next to Add Rule.
- Click Unconditional rule.
- In the Decision list, select Permit with authentication.
- In the Authentication list, select TOTP One-time Password. This selection results in a request for a one-time password from the user.
- Click OK.
This scenario uses the following settings in the policy editor.
- Precedence: First
- Attributes: Optional
- Rule 1: If authenticationTypes has member "urn:ibm:security:authentication:asf:totp" Then Permit
- Rule 2: Permit with Authentication TOTP One-time Password
Parent topic: Policy scenarios