Skip to content

OpenSamlAuthenticationProvider should use OpenSAML directly #8773

@jzheaux

Description

@jzheaux

OpenSamlAuthenticationProvider leverages a package-private class OpenSamlImplementation to remove boilerplate from its own class.

However, this boilerplate is only removed for OpanSamlAuthenticationProvider and for no other class. For example, OpenSamlImplementation has a resolve method that's only called by OpenSamlAuthenticationProvider.

Since these methods are only used by OpenSamlAuthenticationProvider, they should be inlined. They can always be re-extracted should the need arise in the future.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions