Skip to content

SAML Response Skew is using the wrong type #7448

Closed
@fhanik

Description

@fhanik

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()
	);

Metadata

Metadata

Assignees

Labels

in: saml2An issue in SAML2 modulestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions