Radius
Browse implementations
Define a radius target
For all radius actions, target must defined these three properties (See RadiusClient for more details)
- sharedSecret
- authenticatePort
- accountingPort
Radius target example |
---|
| {
"name": "RADIUS_TARGET",
"url": "udp://my.radius.service:1211/",
"properties": {
"sharedSecret": "a_secret",
"authenticatePort": "1812",
"accountingPort": "1813"
}
}
|
Radius accounting
Example
Radius authenticate
Protocols mschapv2
and eap
are not yet supported by our client. See AccessRequest.encodeRequestAttributes(...)
Example