ZTrust Documentation
  • User Manual - ZTrust V3.0
    • Key Terminologies
    • Guide to Navigation
      • Clients
        • Clients List
        • Initial Access Token
        • Client Registration
      • Client Scopes
      • Realm Roles
      • Users
      • Groups
      • Sessions
      • Events
        • User events
        • Admin events
      • Realm Settings
        • General
        • Login
        • Email
        • Themes
        • Keys
        • Events
        • Localization
        • Security Defenses
        • Sessions
        • Tokens
        • Client Policies
        • User profile
        • User Registration
      • Authentication
        • Flows
        • Required Actions
        • Policies
      • Identity Providers
      • User Federation
    • Admin Manual
      • Creation of a Realm
      • Creation of a User
        • Login to Account Console
      • How to set up Password Invalidator
      • How to set up Password Policies
      • How to set up Brute Force Detection feature
      • How to enable the One-to-Many feature
      • How to set up Multi-Factor Authentication
        • Setup of ReCAPTCHA registration flow
        • Setup of ReCAPTCHA login flow
        • Setup of OTP Based Registration
        • Setup of OTP Based Login
        • Setup of QR Code Based Authentication
        • Setup of Push Notification Based Authentication
        • Setup of Biometric based Authentication
        • How to set-up 2FA Authentication
      • ZTrust Authenticator App
      • Self-Service Portal (SSP)
        • Authenticator Setup from Self-Service Portal
        • Set Your Profile Photo in Self-Servicce Portal
      • How to setup Session Invalidator feature
      • How to setup GDPR Compliant feature
      • How to set up Social Media login
      • How to setup Inactive User Tracking feature
      • How to setup Archive Inactive User feature
      • Role-Specific Attribute Based Access Control at client level
      • Self-Role Request at the Business Level
      • Self-Role Request at the Application Level
      • How to setup Delete Archived/Inactive User feature
      • Reporting Module
      • Geo Tagging and Fencing
      • Event Type
  • Release Notes
    • ZTrust V3.1.0
    • ZTrust V3.0.0
    • ZTrust V2.1.0
    • ZTrust V2.0.1
    • ZTrust V2.0.0
    • ZTrust V1.0.4
    • ZTrust V1.0.3
    • ZTrust V1.0.2
    • ZTrust V1.0.1
    • ZTrust V1.0.0
  • Frequently Asked Questions
  • User Manual - ZTrust V2.0
    • Key Terminologies
    • Guide to Navigation
      • Clients
        • Clients List
        • Initial Access Token
        • Client Registration
      • Client Scopes
      • Realm Roles
      • Users
      • Groups
      • Sessions
      • Events
        • User events
        • Admin events
      • Realm Settings
        • General
        • Login
        • Email
        • Themes
        • Keys
        • Events
        • Localization
        • Security Defenses
        • Sessions
        • Tokens
        • Client Policies
        • User profile
        • User Registration
      • Authentication
        • Flows
        • Required Actions
        • Policies
      • Identity Providers
      • User Federation
    • Admin Manual
      • Creation of a Realm
      • Creation of a User
        • Login to Account Console
      • How to set up Password Invalidator
      • How to set up Password Policies
      • How to set up Brute Force Detection feature
      • How to enable the One-to-Many feature
      • How to set up Multi-Factor Authentication
        • Setup of ReCAPTCHA registration flow
        • Setup of ReCAPTCHA login flow
        • Setup of OTP Based Registration
        • Setup of OTP Based Login
        • Setup Time-based One-Time Password (TOTP) Based Login
        • Setup of QR Code Based Authentication
        • Setup of Push Notification Based Authentication
        • Setup of Biometric based Authentication
        • How to set-up 2FA Authentication
      • How to setup Session Invalidator feature
      • How to setup GDPR Compliant feature
      • How to set up Social Media login
      • How to setup Inactive User Tracking feature
      • How to setup Archive Inactive User feature
      • How to setup Delete Archived/Inactive User feature
      • Role-Specific Attribute Based Access Control at client level
      • Reporting Module
      • Geo Tagging and Fencing
      • Event Type
  • User Manual - ZTrust V1.0
    • Guide to Navigation
      • Realm Settings
        • General
        • Login
        • Keys
        • Email
        • Themes
        • RabbitMQ Config
        • Localization
        • Cache
        • Tokens
        • Client Registration
        • Client Policies
        • Security Defenses
      • Clients
      • Client Scopes
        • Default Client Scopes
      • Roles
        • Realm Roles
        • Default Roles
      • Identity Providers
      • User Federation
      • Authentication
        • Flows
        • Bindings
        • Required Actions
        • Password Policy
        • OTP Policy
        • WebAuthn Policy
        • WebAuthn Passwordless Policy
        • CIBA Policy
      • Groups
        • Default Groups
      • Users
      • Sessions
        • Realm Sessions
        • Revocation
      • Events
        • Login Events
        • Admin Events
        • Config
      • Import
      • Export
    • Admin Manual
      • Creation of a Realm
      • Creation of a User
        • Login to Account Console
      • How to set up Password Invalidator
      • How to set up Password Policies
      • How to set up Brute Force Detection feature
      • How to enable the One-to-Many feature
      • How to set up Multi-Factor Authentication
        • Setup of ReCAPTCHA registration flow
        • Setup of ReCAPTCHA login flow
        • Setup of OTP Based Registration
        • Setup of OTP Based Login
        • Setup of QR Code Based Authentication
        • Setup of Push Notification Based Authentication
        • Setup of Biometric based Authentication
      • How to setup Session Invalidator feature
      • How to setup GDPR Compliant feature
      • How to set up Social Media login
      • How to setup Inactive User Tracking feature
      • How to setup Archive Inactive User feature
      • How to setup Delete Archived/Inactive User feature
Powered by GitBook
On this page
  1. User Manual - ZTrust V1.0
  2. Guide to Navigation
  3. Realm Settings

Security Defenses

PreviousClient PoliciesNextClients

Last updated 11 months ago

In the Headers tab, within the Security Defenses section, you'll find the following settings.

X-Frame-Options

It is an HTTP response header that allows administrators to control whether a page can be rendered within a frame, iframe, or any other object. It can have three values:

It can take 3 values -

  • DENY

This header field instructs the browsers not to display the content in any frame

  • SAMEORIGIN

This header field specifies that the content should not be displayed in any frame from a page with a different origin.

  • ALLOW-FROM (followed by a serialized-origin)

This header field specifies that the content should not be displayed in any frame from a page with a top-level browsing context of a different origin than the specified one.

By default, ZTrust only sets up a same-origin policy for iframes.

Content-Security-Policy

This setting is employed to secure applications in multiple ways, reducing the risk of content injection vulnerabilities.

It's the default value designed to prevent pages from being included by non-origin iframes.

X-Content-Type-Options

This specifies the default value which prevents Internet Explorer and Google Chrome from MIME-sniffing a response away from the declared content-type

X-Robots-Tag

This configuration prevents pages from being indexed by search engines.

X-XSS-Protection

This header adjusts the Cross-site Scripting (XSS) filter within your browser. When using the default browser settings, the browser will halt page rendering upon detecting an XSS attack.

HTTP Strict Transport Security (HSTS)

This header instructs the browser to consistently utilize HTTPS.

Upon encountering this header, the browser will exclusively access the site via HTTPS for the duration specified (up to 1 year), encompassing subdomains as well.

In the Security Defenses section, within the Brute Force Detection tab, you can enable the toggle.

Enabled

Once enabled through the toggle button, you can configure various parameters to set up the Brute Force Detection feature.

If OFF, Brute Force Detection is not enabled.

Permanent Lockout

When toggled ON, the user account gets permanently locked after reaching the maximum number of login attempts, until the Admin allows the user to log in again.

Max Login Failures

This can be customized based on the organization standards.

It means the maximum failed login attempts allowed before triggering a wait period.

Wait Increment

This can also be customized to align with organizational standards.

It refers to the duration an user must wait before attempting to log in again after reaching the maximum failed login attempts.

You can adjust the dropdown to select the desired time unit, such as Minutes, Seconds, Hours, or Days, as required.

Quick Login Check Milliseconds

It can be modified as required.

This duration dictates the interval between consecutive failures; if shorter than the specified duration, it will lock the user.

Minimum Quick Login Wait

This can be modified as required.

It represents the waiting period or the duration the user must wait after a rapid login failure.

You can choose from the dropdown the required duration unit that you want to specify out of Seconds, Minutes, Hours, and Days.

Max Wait

This feature can be adjusted to align with your organization's standards.

It denotes the maximum duration for which a user will be locked out.

You can adjust the dropdown to select the desired time unit, such as Minutes, Seconds, Hours, or Days, as required.

Failure Reset Time

This can be adjusted as required.

It refers to the time after which the Failure count will be reset to Zero.

You can choose from the dropdown the required duration unit that you want to specify out of Seconds, Minutes, Hours, and Days.

Save

After any changes are made, click on Save in order to get those changes incorporated.

Reset

All attributes can be customized to suit specific requirements.

For more information, go to

Click on for more information.

You can go to for more information.

Click on for more information.

Click on for more information.

Click on for more information.

X-Frame-Options
Content-Security-Policy
X-Content-Type-Options
X-Robots-Tag
X-XSS-Protection
HTTP Strict Transport Security