Configure an Okta sign-on policy
The Okta sign-on policy determines who can access Okta, where they can access Okta from, and how they must prove their identity. To create an Okta sign-on policy, you create a policy and then add rules to it.
By default, Okta provides one default Okta sign-on policy in the list. You can customize the settings of this policy and apply it to all users in your organization as a catch-all policy. Then you can add additional Okta sign-on policies and apply them to specific groups of users. For example, you can specify that a certain group of users may only sign in to Okta from specific network zones, how they must authenticate, the length of their session, and more.
Okta evaluates policies in the order in which they appear in the list, starting at the top of the list. Okta tests the sign-in attempt against each policy until it finds a policy that the sign-in attempt can satisfy. If the sign-in attempt doesn't satisfy the requirements of any of your custom policies, Okta tests the attempt against the default Okta sign-on policy. If the sign-in attempt satisfies the requirements of any policy, no other policies are tested and the user may access Okta. Okta recommends that you order your policies with the most restrictive one at the top of the list, the least restrictive one second from last in the list, and the default Okta sign-on policy at the bottom of the list.
- After you've created a Okta sign-on policy, you must close all active sessions for the new policy to take effect.
- Okta sign-on policies don't affect API token validity or lifetime. See API token management
Create an Okta sign-on policy
-
In the Admin Console, go to Security >Authentication.
-
Click the Sign On tab.
-
Click Add New Okta Sign-on Policy.
-
Complete these fields:
-
Policy Name: Enter a name for the sign-on policy.
-
Policy Description: Optional. Enter a description for the Okta sign-on policy.
-
Assign to Groups: Enter the name of a group to which the policy should be applied. The policy can be applied to multiple groups.
-
-
Click Create Policy and Add Rule.
Add an Okta sign-on policy rule
-
Click Add Rule to add a rule to a policy. Complete the following fields as needed.
Rule name | Add a descriptive name for the rule that you want to create. |
Exclude users | If needed, you can exclude individual users of a group from the rule. |
IF User's IP is | Use the dropdown menu to assign location parameters. You can specify what kind of location prompts authentication. See Network zones and Dynamic zones. |
AND Identity provider is |
Select the Identity Provider that you want to use. See Identity Providers for information. |
AND Authenticates via | Select the required means of authentication. |
AND Behavior is |
Type the name of an existing behavior that was previously created. To add a behavior, start typing a behavior name; a dropdown list of all matching defined behaviors appears from which you can select the behavior. Repeat for each additional behavior you want to add. When you add multiple behaviors, they're treated as OR conditions. See Add a behavior to a sign-on policy rule. For high-risk behaviors, be sure to set your secondary factor requirement to Every time. Don't combine a behavior condition with a per device or per session secondary factor requirement. |
AND Risk is |
Risk scoring uses a data-driven risk engine to determine whether each sign-in event is likely to represent unusual activity. Select a risk level of Low, Medium, or High. If you select High, be sure to set your secondary factor requirement to Every time. Don't combine a high-risk level with a per device or per session secondary factor requirement. See Risk scoring. |
THEN Access is | Based on the authentication form of the previous dropdown list, use this one to establish whether the condition allows or denies access. |
Authentication |
Indicate whether multifactor authentication is required. |
Users will authenticate with |
Select how users authenticate:
|
Users will be prompted for MFA |
If users are required to use multifactor authentication, indicate when they're prompted to use it:
|
Session Lifetime |
Configure the duration of Okta sessions. |
Maximum Okta session lifetime |
Configure an Okta session lifetime, or none:
|
Expire session after user has been idle on Okta for |
Configure the amount of idle time that passes before Okta sessions are automatically expired, regardless of the maximum Okta session lifetime:
|
Persist session cookies across browser sessions |
Enable or disable the persistence of session cookies across browser sessions. Select an option from the dropdown list:
|
You can set the maximum session lifetime number through the Okta API. If you previously set this number with the API, you can't exceed that maximum here in the Okta app. Setting a number over the API maximum results in an error.
If you add multiple Okta sign-on policies, only the first one that matches your criteria are applied.
Universal Okta sign-on policy actions
- Change the order of all policies except the default policy by grabbing the dotted bar next to the policy name, as shown to the left of policy 1, and moving the policy to the desired position in the list.
- Change the order of rules within a policy by grabbing the bar to the left of a rule name.
- Add a new policy by selecting Add New Okta Sign-On Policy.
Individual Okta sign-on policy actions
You can perform the following actions on a single policy. Select the policy in the list to begin.
- Activate or deactivate the selected policy. If you deactivate a policy, it isn't applied to any user, but you can reactivate it later.
- Click Edit to edit the policy.
- Click Delete to delete a policy. You can't delete the default policy. A deleted policy can't be recovered.
- Click Add Rule to add a rule to the selected policy. Within a policy, you can activate, deactivate, edit, or delete a rule.
- To view details about a rule, click the rule name under Add Rule.
Pre-auth sign on evaluation policy
End users that sign in using the AuthN API will have their sign-on policies evaluated first before their password or other factor is verified. This evaluation helps to reduce the number of account lockouts that occur across an org.
If the sign-on policy is set to deny, the user's sign-on attempt is rejected and prompted with the following generic error: Authentication failed. In this scenario, the counter for failed logins isn't incremented but instead, an event indicating that a pre-auth sign-on policy evaluation has been triggered.
- There are no visible UI changes or required setup in the Admin Console to enable this back-end feature.
- This policy doesn't work on initial authentication for newly created accounts that are configured to use JIT provisioning. The end user account must exist in Okta for it to be affected by this policy.
- This policy doesn't prevent users from resetting their credentials from a denied location.
Related topics
Configure an MFA enrollment policy