STIGQter STIGQter: STIG Summary: Xylok Security Suite 20.x Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 05 Jan 2026:

Xylok Security Suite must use a centralized user management solution.

DISA Rule

SV-269574r1053497_rule

Vulnerability Number

V-269574

Group Title

SRG-APP-000023

Rule Version

XYLK-20-000009

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

The below procedure assumes an AD server hosted on Windows Server. For AD login using Azure AD, refer to the current Xylok Security Suite manual. Additional advice for AD configuration can also be found in the Xylok manual.

Configure the Xylok Security Suite to use Active Directory login using this procedure on the host machine:
1. As root, open /etc/xylok.conf in a text editor.

2. Add the following settings if not present. All settings should be in the format "NAME=value". For example, the first required setting will appear as "AD_SIGN_IN=True" in the configuration file, with no quotes.
- AD_SIGN_IN: use the value "True"
- XYLOK_HOST: set to domain name used to access server on network
- AD_CLIENT_ID: This is the value displayed on the ADFS server as ClientId when executing the Add-AdfsClient command
- AD_SERVER: The fully qualified domain name (FQDN) of the ADFS server
- AD_AUDIENCE: Set this to the value of the aud claim your ADFS server sends back in the JWT token. If this is a URL, it will be the same as the RELYING_PARTY_ID .
- AD_RELYING_PARTY_ID: Set this to the Relying Party Trust identifier value of the Relying Party Trust (2012) or Web application (2016) configured in ADFS.

3. Save the configuration file.

4. Restart Xylok to apply settings:
# systemctl restart xylok

5. In a web browser on a system with access to Xylok, go to https://<your xylok host>/oauth2/login. If SSO is configured correctly, it will redirect to the organization's sign-on page.

Check Contents

Determine if Xylok is configured to use Active Directory (AD) authentication with the following command, run from the host machine as a normal user:

$ grep -e "AD_SIGN_IN" -e "XYLOK_HOST" -e "AD_CLIENT_ID" /etc/xylok.conf

Verify the following settings are present:
- AD_SIGN_IN
- XYLOK_HOST
- AD_CLIENT_ID

If any of the above settings are not present, blank, or "false" (case insensitive), this is a finding.

Vulnerability Number

V-269574

Documentable

False

Rule Version

XYLK-20-000009

Severity Override Guidance

Determine if Xylok is configured to use Active Directory (AD) authentication with the following command, run from the host machine as a normal user:

$ grep -e "AD_SIGN_IN" -e "XYLOK_HOST" -e "AD_CLIENT_ID" /etc/xylok.conf

Verify the following settings are present:
- AD_SIGN_IN
- XYLOK_HOST
- AD_CLIENT_ID

If any of the above settings are not present, blank, or "false" (case insensitive), this is a finding.

Check Content Reference

M

Target Key

5665