Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configuring Continuous Authentication

Configure continuous authentication (CA) policies to re-authenticate the users if there's an attempt to access resources that are protected by you.

Before you begin

  • Role required: ca_admin

    Note: You must elevate your role to ca_admin.

  • You must install the Zero Trust - Continuous Authentication (com.snc.zero_trust_continuous_authentication) for opting CA which requires a license.

  • Enable the Continuous Authentication (glide.zta.continuous_authentication.enabled) system property. For more information, see System properties.
  • Activate the Integration - Multiple Provider Single Sign-On Installer (com.snc.integration.sso.multi.installer) plugin.
  • Understand the pre-work that is required before configuring CA for the instance. For more information, see Pre-work for Continuous Authentication.
  • CA policies can be configured for Data Class or Table.

Procedure

  1. Navigate to All > Continuous Authentication.

  2. Select Policies tab.

  3. Select New.

  4. On the form, fill the fields:

FieldDescription
Policy NameName of the policy
DescriptionGeneric description to the policy
Select the resources

Options: - Data Class. You can create data class and use it for CA policy configuration.

Note: To know more about how to create data class, see Data Classification.

  • Table Note:

  • Table selected with metadata displays an error.

  • You need to check if you actually want to restrict access to the metadata table, since it can impact configuration access to your users.
  • The sys_properties, sys_continuous_auth_policy, sys_user tables are excluded for CA and cannot be added to the CA policy configuration.
Image omitted: ca-policy.png
CA Policy record
**Note:** You can use either of the login methods for the CA policy:

-   **SSO based login**: Specify the fields in the **Continuous Authentication** tab within the Identity Provider record and the set the Identity Provider record as **Active**.
Image omitted: ca-tab.png
Continuous Authentication - tab information
    To know more about Identity Providers configuration, see [OIDC](authentication/create-OIDC-configuration-SSO.md) and [SAML](authentication/t_CreateASAML2Upd1SSOConfigMultiSSO.md).

-   **Non-SSO based login**: By default, if there are no Identity Provider with Continuous Authentication configuration, Multi-factor Authentication \(MFA\) is used as a login method. Make sure the MFA properties are Active and configured based on your requirement. To know more about MFA properties, see [Multi-factor Authentication system properties](authentication/mfa-properties.md).
  1. Select Save & Activate.

Result

Based on the details provided for the configuration, CA policy is created with Access Control List (ACLs) for the selected table or data class. You can view the details of the ACLs that are created by selecting the View ACLs on the policy page.

Image omitted: ca-acl-details.png
CA ACL details

The CA policy created, prompts the user for authentication to access table or data class that you've protected using the policy, based on the following scenarios.

  • User who had performed local login to log in to the instance, is displayed with platform MFA for step-up authentication.
Image omitted: mobile-screen-mfa.png
MFA-SMS
**Note:** The users recently used MFA factor is displayed for authentication.
  • User who had performed SSO login (OIDC or SAML) to log in to the instance is displayed with the SSO for re-authentication.
Image omitted: ca-sso-screen.png
SSO - Screen

An high assurance session is now established for the user. High assurance session is limited to the High Assurance session length (glide.zta.high_assurance.session.timeout) system property. If the high assurance session time exceeds the property length, the user is prompted for re-authentication or step up authentication.

To know more about the end to end configuration of continuous authentication for table or data, see:

Related topics

Exploring Continuous Authentication

Pre-work for Continuous Authentication

Activating Continuous Authentication