SAML Login
Can be used to give tenants access to the Analyst portal or for end-users to the SSQ.
Auto-Login
Can be used to give end-users access to the SSQ. Does not require any integration.
Password File Login
Create local static users for the tenants. Supports optional TOTP onboarding, but is still generally not recommended compared to SAML or LDAP.
LDAP Login
Can be used to give tenants access to the Analyst portal or for end-users to the SSQ.
SAML Login
Expand to read the instructions.
Expand to read the instructions.
- List SAML backend name under
enabledAuthBackends - Add additional config block to
saml2AuthBackends - Enter the App Federation Metadata Url you copied behind the
metadataUrlkey. - Map the Entra ID roles to xorlab roles
auth.yml
auth/auth/auth.yml, click Publish. The authentication configuration becomes active within about one minute.
You can test the login with the link https://xyz.activeguard.cloud/?_agAuthBackend=nameSAML. Replace xyz with your customer ID and nameSAML with the SAML backend name.
Auto-Login
The Auto-Login authentication method is compatible with multi-tenancy environments and can be enabled separately for each tenant.-
Open
/shared/guarded_tenants.ymlin the Expert Editor. -
Add the following configuration to each tenant:
Expand to read the instructions.
- Include the
autoLoginLinkblock for each tenant. expirationDaysdefines the validity period of the authentication link.- The default of
expirationDaysis 7 days. - To make links permanent, set
expirationDaysto-1.
/shared/guarded_tenants.yml - Include the
- Click Publish. The tenant configuration becomes active within about one minute.
Password File Login
Expand to read the instructions.
Expand to read the instructions.
- The
tenantattribute should referencenamedefined inguarded_tenants.yml - For
passwordHash, generate a password hash password hash generator - Map to a tenant-restricted user roles
Using a password file for authentication is generally not recommended. If you use it, prefer enabling TOTP onboarding for privileged users.
/auth/auth/passwordFile.yml
auth/auth/passwordFile.yml, click Publish. The users become available within about one minute.
LDAP Login
Expand to read the instructions.
Expand to read the instructions.
- Follow the LDAP-based Authentication Setup Guide
- The
tenantattribute should referencenamedefined inguarded_tenants.yml - For
roleMapping, make sure to map tenant-restricted user roles
/auth/auth/auth.yml
auth/auth/auth.yml, click Publish. The LDAP authentication configuration becomes active within about one minute.