https://github.com/zscaler/zscaler-adaptive-access-engine
host adaptive access engine artifacts for customer use
https://github.com/zscaler/zscaler-adaptive-access-engine
Last synced: 3 months ago
JSON representation
host adaptive access engine artifacts for customer use
- Host: GitHub
- URL: https://github.com/zscaler/zscaler-adaptive-access-engine
- Owner: zscaler
- License: mit
- Created: 2025-11-27T03:39:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T01:58:40.000Z (6 months ago)
- Last Synced: 2025-12-13T04:32:58.946Z (6 months ago)
- Language: Bicep
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Zscaler Adaptive Access Engine
This repository contains a collection of integration components designed to work with the Zscaler platform, enabling adaptive access control based on security signals from various sources.
## Connectors
### Zscaler & Microsoft Defender Integration Connector
This connector deploys an Azure Logic App that periodically retrieves device security posture data from the Microsoft Defender for Endpoint API and sends it to an Azure Event Hub. This enables Zscaler to consume device state information and enforce adaptive access policies.
The entire infrastructure is defined as an Azure Bicep template.
**Features:**
- Periodically fetches device data from Microsoft Defender.
- Uses Azure Key Vault for secure credential storage.
- Publishes data to a secure Azure Event Hub.
- The trigger frequency is configurable.
For detailed information on architecture, deployment, and configuration, please see the [Zscaler & Microsoft Defender Integration Connector README](./zscaler-defender-connector/README.md).