Create internal RADIUS server configuration
Create a new internal RADIUS server configuration.
Request body
The internal RADIUS server name
The internal RADIUS server description
The authentication group
The default authentication method
Enable verify server cert or not
password for server key
Enable check cert common name or not
Enable check user for TLS auth or not
Enable check user for PEAP auth or not, for Active Directory as the external user directory only
Enable check user for TTLS auth or not, for Active Directory as the external user directory only
Enable the RADIUS server as authentication or not
Enable the RADIUS server as accounting or not, must enable authentication server if want to enable accounting settings
Port for the authentication, must enable authentication. Max:65535, Min:1
Active session limit, must enable accounting setting. Max:15, Min:0
Active session age timeout in seconds, must enable accounting setting. Max:300000000, Min:30
The CA certificate ID, which could be fetched from endpoint: '/certificates' and pick up with type 'CA'
The Server certificate ID, which could be fetched from endpoint: '/certificates' and pick up with type 'CERT'
The Server key ID, which could be fetched from endpoint: '/certificates' and pick up with type 'KEY'
The list of device ID associated with the internal RADIUS server
Example request
{
"external_user_directory": {
"user_group_attribute": "memberOf"
}
}Response
Created
The unique identifier
The create time in UTC (ISO 8601 format)
The last update time in UTC (ISO 8601 format)
The organization identifier, valid when enabling HIQ feature
The internal RADIUS server name
The internal RADIUS server description
The authentication group
The default authentication method
Enable verify server cert or not
password for server key
Enable check cert common name or not
Enable check user for TLS auth or not
Enable check user for PEAP auth or not, for Active Directory as the external user directory only
Enable check user for TTLS auth or not, for Active Directory as the external user directory only
Enable the RADIUS server as authentication or not
Enable the RADIUS server as accounting or not, must enable authentication server if want to enable accounting settings
Port for the authentication, must enable authentication. Max:65535, Min:1
Active session limit, must enable accounting setting. Max:15, Min:0
Active session age timeout in seconds, must enable accounting setting. Max:300000000, Min:0
The CA certificate ID
The Server certificate ID
The Server key ID
The list of device ID associated with the internal RADIUS server
Example response
{
"external_user_directory": {
"user_group_attribute": "memberOf"
}
}