FortiNAC
Integrate FortiNAC to retrieve network access control data
The FortiNAC connector allows you to retrieve network access control (NAC) data including equipment inventory and connected client status directly into OverSOC.
Objective
The FortiNAC connector retrieves the following information:
- Inventory of network equipment managed by FortiNAC
- Status of connected clients and devices on the network
- NAC access policies and compliance rules applied
Prerequisites
- Administrator access to the FortiNAC console
- Sufficient permissions to generate API tokens
- Network connectivity to the FortiNAC server
Information to Provide in OverSOC
| Field | Description |
|---|---|
| API Token | API token for authentication to FortiNAC |
| Server URL | Base URL of the FortiNAC server (e.g., https://fortinac.example.com) |
Procedure
Generate an API Token in FortiNAC
- Sign in to the FortiNAC console as an administrator.
- Go to Users & Hosts > Administrators.
- Click Add or Modify user to select or create an administrator account.
- Check the option Allow REST API Access for this Admin User.
- The API token will be auto-generated and displayed.
- Copy the token immediately (it will only be shown once).
- Use Bearer Token authentication for API requests.
Retrieve the Server URL
- The Server URL is the IP address or FQDN of your FortiNAC instance.
- Example:
https://192.168.1.100:8080orhttps://fortinac.example.com - Verify the port used (default 8080 or 443).
Configure the Connector in OverSOC
- In OverSOC, go to Data Sources Settings > Sources.
- Select FortiNAC and click Configure.
- Fill in the two required fields:
- API Token: The auto-generated token from step 5 above.
- Server URL: The base URL of your FortiNAC instance.
- Click Save Configuration.
Official Documentation
For additional information, refer to the FortiNAC REST API - Generate an API Token documentation.
Required Permissions
The API token must have the following permissions:
- Read access to device inventory (Device Inventory)
- Read access to network compliance status
- Read access to NAC access policies
- Read access to events and alerts