Aller au contenu principal

Integrations Overview

Noxys integrates seamlessly with your existing security, identity, and productivity tools. Forward events in real-time to SIEMs, enable SSO, sync with EDR platforms, and receive alerts in Slack or Teams.

Integration Categories

SIEM & Threat Intelligence

Send AI interaction events and alerts to your security information and event management system.

PlatformTypeReal-TimeStatusGuide
Microsoft SentinelSIEMYes (Webhook)Certified
SplunkSIEMYes (HEC)Certified
Sekoia XDRXDRYes (Webhook)Supported
DatadogMonitoringYes (Webhook)Coming Q3 2026-
ElasticSIEMYes (Webhook)Coming Q2 2026-

Identity & Access Management

Enable Single Sign-On and synchronize user directories.

PlatformTypeSSODirectory SyncGuide
Microsoft Entra IDIdentityOIDC/SAMLUser sync
OktaIdentityOIDC/SAMLUser syncComing Q2 2026
Google WorkspaceIdentitySAMLUser syncComing Q3 2026
Ping IdentityIdentitySAMLUser syncComing Q2 2026
LDAPDirectoryNot supportedSync supportComing Q2 2026

Endpoint Detection & Response

Integrate with EDR and MDM platforms for endpoint visibility.

PlatformTypeConnectionGuide
Microsoft Defender for EndpointEDRAPI integration
CrowdStrike FalconEDRAPI + webhook
HarfangLab EDREDRWebhook

Data Governance & Sensitivity Labels

Integrate with data classification and governance platforms.

PlatformTypeConnectionGuide
Microsoft PurviewDLP/ClassificationAPI integration

Productivity & Notifications

Send alerts to teams and create tickets automatically.

PlatformTypeConnectionGuide
SlackMessagingWebhook
Microsoft TeamsMessagingWebhook
JiraITSMAPI integration
ServiceNowITSMAPI integration

Authentication & Authorization

Configure enterprise SSO for all users.

TypeProtocolsGuide
SSO SetupOIDC, SAML, Entra, Okta, Google

Quick Integration Matrix

Use this matrix to find the right integration for your needs:

┌─────────────────────────────────────────────────────────┐
│ What do you need? │
├─────────────────────────────────────────────────────────┤
│ │
│ 📊 Send events to SIEM? │
│ → Microsoft Sentinel, Splunk, Sekoia │
│ │
│ 🔐 Enable SSO for users? │
│ → Microsoft Entra, Okta, Google │
│ │
│ 🛡️ Connect EDR platform? │
│ → Microsoft Defender, CrowdStrike, HarfangLab │
│ │
│ 📢 Alert my team? │
│ → Slack, Teams │
│ │
│ 📋 Create tickets automatically? │
│ → Jira, ServiceNow │
│ │
│ 🏷️ Sync sensitivity labels? │
│ → Microsoft Purview │
│ │
└─────────────────────────────────────────────────────────┘

Integration Methods

1. Webhook (Event-Driven)

Real-time push of events to your endpoint.

Best for:

  • SIEM ingestion (Sentinel, Splunk)
  • Slack/Teams alerts
  • Custom webhooks

Latency: < 1 second

Configuration: API → Webhooks → Create endpoint

POST /api/v1/webhooks
{
"url": "https://your-system.example.com/events",
"events": ["interaction.policy_violated", "alert.severity_critical"]
}

2. API Integration

Pull data on-demand or via scheduled sync.

Best for:

  • EDR (CrowdStrike, Defender)
  • Jira/ServiceNow ticketing
  • Custom integrations

Latency: Depends on polling interval

Configuration: Admin Panel → Integrations → API Keys

3. SSO (Identity Federation)

Delegate authentication to your identity provider.

Best for:

  • Enterprise SSO (Entra, Okta)
  • User provisioning

Protocols: OIDC, SAML 2.0

Configuration: Admin Panel → Settings → SSO

4. Directory Sync

Automatically sync users from directory.

Best for:

  • Keeping user list in sync
  • Automatic deprovisioning

Sources: Entra ID, Google Workspace, LDAP

Configuration: Admin Panel → Users → Directory Sync

Regional Considerations

European Integrations

For EU data residency, we recommend:

  • SIEM: Sekoia (French XDR) or on-premise Splunk
  • Identity: Microsoft Entra ID with EU data centers
  • EDR: HarfangLab (French EDR)
  • ITSM: ServiceNow EU cloud

All data stays in EU data centers when using these integrations.

Compliance Notes

  • GDPR: All integrations support GDPR data handling
  • SOC 2: Certified integrations listed as "Certified"
  • ISO 27001: Coming with integrations in Q2 2026

Supported Event Types

All integrations can forward these events:

Interaction Events:

  • interaction.created — New AI interaction logged
  • interaction.policy_violated — Policy triggered (Block/Coach/Log)
  • interaction.high_risk — Risk score >= 0.8

Alert Events:

  • alert.created — New security alert
  • alert.severity_critical — Critical alert
  • alert.severity_high — High severity alert
  • alert.resolved — Alert marked resolved

Policy Events:

  • policy.created — New policy created
  • policy.updated — Policy modified
  • policy.enabled — Policy activated
  • policy.deleted — Policy deleted

User Events:

  • user.invited — User invited
  • user.activated — User accepted invitation
  • user.role_changed — Role modified

Getting Started

Step-by-Step

  1. Choose your integration — Pick from the table above
  2. Read the guide — Follow platform-specific setup steps
  3. Configure credentials — API keys, URLs, authentication
  4. Test connection — Verify data is flowing
  5. Monitor events — Check logs and alert status

Common Integration Flows

SIEM Integration (Splunk Example)

Noxys → Webhook → Splunk HEC → Indexer → Splunk Dashboards
  1. Create webhook in Noxys Admin Panel
  2. Get Splunk HEC token
  3. Configure webhook URL to Splunk HEC endpoint
  4. Verify events in Splunk search

SSO Integration (Entra ID Example)

User → Noxys Login → Redirect to Entra → User approves → Token issued
  1. Register Noxys as OIDC application in Entra
  2. Get client ID and secret
  3. Configure SSO in Noxys Admin Panel
  4. Test login via SSO

EDR Integration (CrowdStrike Example)

Noxys → API → CrowdStrike API → Falcon Events → Falcon Dashboards
  1. Create API client in CrowdStrike console
  2. Get API key and secret
  3. Configure integration in Noxys Admin Panel
  4. Verify detection in Falcon console

Troubleshooting Integration Issues

Events Not Flowing

  1. Check webhook is active: true
  2. Verify destination endpoint is accessible
  3. Check firewall rules (Noxys IPs must reach endpoint)
  4. Test webhook manually: POST /api/v1/webhooks/:id/test
  5. Review delivery history: GET /api/v1/webhooks/:id/deliveries

Authentication Failures

  1. Verify API keys/credentials are correct
  2. Check token expiration (refresh if needed)
  3. Confirm firewall allows outbound HTTPS
  4. Verify IP whitelist if configured
  5. Check integration logs in Admin Panel

SSO Not Working

  1. Verify OIDC/SAML configuration is correct
  2. Check identity provider allows Noxys redirect URI
  3. Verify user exists in identity provider
  4. Test SSO login URL: https://api.noxys.cloud/auth/sso
  5. Check browser console for redirect errors

Integration Support

  • Documentation: Platform-specific guides below
  • Testing: Use Admin Panel → Integrations → Test Connection
  • Logs: Check Admin Panel → Audit Log for integration events
  • Support: Email support@noxys.eu for integration issues
  • Status: Check status.noxys.cloud for platform-specific status

Custom Integration

Need something not listed? We support:

  • Webhook: POST JSON to your endpoint
  • REST API: Query our API endpoints directly
  • OAuth: Coming Q2 2026

Contact sales@noxys.eu for custom integration requirements.

What's Next?

Choose your integration from the list above: