Notakey Authentication Proxy
v1.0.9 (2024-03-13)
- Mono SDK update
v1.0.8 (2021-10-01)
- Rebuild due to CA store update
- Remove expired DST Root CA X3
- Update base image
v1.0.5 (2020-10-28)
- Fix no response to downstream when user not found in NtkAS service.
v1.0.4 (2017-10-24)
- Backward compatiable support for multiple downstream radius server addresses with corresponding secrets and ports.
v1.0.3 (2017-07-05)
- Addition of new, configurable flag to allow or deny packets containing Cisco vendor specific attribute with access control list (ACL) download value to pass through Notakey radius proxy without verrifying with Notakey.
v1.0.2 (2017-03-28)
- Addition of three new, optional configuration parameters to modify the way Notakey notification messages appear in user devices. Message timeout, title and description text can be modified.
v1.0.1 (2017-03-22)
- Bugfix (RFC2865 compliance): packet authentication secret will be determined by client source IP address, and NAS-IP-Address attribute will not be used for this.
- Changed the method by which client NAS is determined for logging and policy processing. NAS client will be identified primarily by NAS-IP-Address (except for determining the shared secret). If NAS-IP-Address is not present, NAS-Identifier will be used to determine the client.
If neither NAS-IP-Address or NAS-Identifier is present, the client will be determined by the source IP address (this is meant for RADIUS clients that do not respect the RFC2865 requirement, that either NAS-IP-Address or NAS-Identifier should be present in Access-Request messages). - Improved compatibility with F5 load balancer Access-Request messages.
v1.0.0 (2017-03-09)
- updated the Notakey.SDK dependency (added it as a NuGet package)
v0.0.16 (2017-03-09)
- introduced semantic versioning