Closed
Description
When passing in response time validation skew to OpenSAML, the type should be long
, and not Duration
The correct code would be:
validationParams.put(
SAML2AssertionValidationParameters.CLOCK_SKEW,
this.responseTimeValidationSkew.toMillis()
);