Newsletter Hero Image
Enterprise Security Features
New security features for enterprise deployments: SSO, audit logging, and field-level encryption.
In This Issue
SAML and OIDC SSOComprehensive audit loggingField-level encryptionRow-level security policies
Enterprise-Grade Security
This release focuses on security features requested by our enterprise users.
Single Sign-On
Integrate with your identity provider:
- SAML 2.0 support
- OpenID Connect
- Azure AD, Okta, Auth0
- Automatic user provisioning
Audit Logging
Every action is now logged with full context:
- Who did what, when
- Before and after values
- IP address and user agent
- Exportable to your SIEM
Field-Level Encryption
Encrypt sensitive fields at rest:
new QFieldMetaData("ssn", QFieldType.STRING)
.withEncryption(AES256)
.withKeyRotation(monthly)Row-Level Security
Define who can see what:
new QTableMetaData()
.withSecurityPolicy(row ->
row.get("ownerId").equals(currentUser.getId()))Policies are enforced at the query level, so they can't be bypassed.
Found this useful? Share it with your team.
Get the next issue delivered to your inbox.
Subscribe to NewsletterYou're receiving this because you subscribed to QRunIO updates.
Manage preferences · Privacy policy