Skip to content

Simplify Response Validation in OpenSaml5AuthenticationProvider #16915

Closed
@jzheaux

Description

@jzheaux

Related to #14264

To remove a validation step from the default validator, it is necessary to delegate to it and then remove any unwanted error messages.

The alternative to this is to create a validator using a number of OpenSaml5AuthenticationProvider's private methods.

We can alleviate this unwanted checking (and then removing those results) and well as make the most common validation steps available by exposing those converters in OpenSaml5AuthenticationProvider.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions