PingFederate 11.3.8 (July 2024)
OIDC admin login failure
Fixed PF-34523
We’ve fixed a defect that caused the OIDC administrative console login to fail when the node.group.id
didn’t match a server’s node id.
OGNL Extended Property
retrieval failure
Fixed PF-35111
We’ve fixed a defect that caused OGNL to fail to obtain the Extended Property
value in authorization policies or fragments.
Refresh token rolls when configured not to roll
Fixed PF-35166
We’ve fixed a defect that caused PingFederate to roll refresh tokens when Refresh Token Rolling Policy is disabled but Refresh Token Rolling Interval has a value.
OAuth client only validates one access token manager when aud
parameter included
Fixed PF-35737
We’ve fixed a defect that caused PingFederate to validate only the first OAuth client access token manager it found when Validate Against All Eligible Access Token Managers was checked, and the aud
parameter was included in the request.