PingFederate Access Token Enforcement
1.6.0
February 07, 2024
What’s New
-
The policy definition and policy implementation file are now separate. This enables stronger validations for policy configuration parameters.
1.3.3
September 28, 2020
Fixed Issues
-
Because the
Content-Type
header of the JSON response from the validate endpoint had additional information, such as charset, the response returned was interpreted as String instead of JSON. The additional modifier is now disregarded. -
Responses from the validation endpoint in which the value of the
expires_in
field was equal to 0 were not being parsed as an expired token.
1.3.2
Apr 30, 2020
New Features and Enhancements
-
Error handling responses revised for WSDL APIs to be compliant with SOAP 1.1 and 1.2.
-
Performance improvements are introduced to the header manipulation engine.
-
Several performance improvements are introduced in error handling.
1.3.1
December 18, 2019
Fixed Issues
-
Authorization entity attributes that contain non-primitive values were not correctly parsed. These values are now ignored.
-
An error occured when an object within a JSON object was treated as String type instead of JSON type. This issue is now resolved.
-
The
Fault
element in the WSDL APIs now includes theDetail
element, with additional error details.
1.3.0
Sep 4, 2019
New Features and Enhancements
-
Introduced configuration flag to enable TLS validation on the Authorization Servers' certificates.
-
Added token rejection when the active field of the introspection endpoint response is 'false'.
-
Performance improvements.
1.2.0
Apr 26, 2019
New Features and Enhancements
-
Introduces support to encrypt sensitive information related to the policy. The runtime version needs to support encryption and needs to be properly configured.
-
The default configuration has been modified to avoid propagating or returning policy headers unless explicitly configured by checking the "Expose headers" option.
-
Performance improvements.