Software-Defined Perimeter — API Reference
Core SDP Concepts
| Component |
Description |
| SDP Controller |
Central policy engine managing authentication and authorization |
| SDP Gateway |
Enforces access policies, terminates encrypted tunnels |
| SDP Client |
End-user agent performing Single Packet Authorization (SPA) |
| SPA (Single Packet Authorization) |
Cryptographic knock before TCP connection allowed |
Appgate SDP Admin API
| Method |
Endpoint |
Description |
| POST |
/admin/login |
Authenticate and get Bearer token |
| GET |
/admin/sites |
List configured sites |
| GET |
/admin/policies |
List access policies |
| GET |
/admin/entitlements |
List entitlements (resource access rules) |
| GET |
/admin/appliances |
List SDP gateways and controllers |
| GET |
/admin/identity-providers |
List identity providers |
| POST |
/admin/entitlements |
Create new entitlement |
Dark Port Scanning
Mutual TLS Verification
SPA Packet Structure
| Field |
Description |
| Random Data |
16 bytes of random padding |
| Username |
SDP client identity |
| Timestamp |
Prevents replay attacks |
| HMAC |
SHA-256 authentication code |
External References