authTenantId attribute defined in guarded_tenants.yml, you can specify which authentication backend is used for which tenant. Available authentication backends are SAML, LDAP, or password-based authentication.
LDAP-based Authentication
Expand to read the instructions.
Expand to read the instructions.
- Follow the LDAP-based Authentication Setup Guide
- The
tenantattribute should reference eithernameorauthTenantIddefined inguarded_tenants.yml - For
roleMapping, make sure to map tenant-restricted user roles
Expert Editor: /auth/auth/auth.yml
SAML-based Authentication
Expand to read the instructions.
Expand to read the instructions.
- Follow the SAML-based Authentication Setup Guide
- The
tenantattribute should reference eithernameorauthTenantIddefined inguarded_tenants.yml - For
roleMapping, make sure to map to a tenant-restricted user roles
Expert Editor: /auth/auth/auth.yml
Password File
Expand to read the instructions.
Expand to read the instructions.
- Make sure to activate logging of login attempts
- The
tenantattribute should reference eithernameorauthTenantIddefined 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 not recommended as it doesn’t allow for 2FA.
Expert Editor: /auth/auth/passwordFile.yml