Permitting access after one-time password authentication
Security Access Manager can prompt users for one-time passwords when they request access to protected resources. You can use a policy to permit access to users who authenticated with a one-time password. Or, you can prompt them for the password and then permit access when they provide it.
Before you begin
About this task
Procedure
- Log in to the local management interface.
- Click .
- 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.
Results
- 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