Open
Description
I'd like to integrate this library into my application. However, \SAML2\Configuration\IdentityProvider
and \SAML2\Configuration\ServiceProvider
are classes.
Is there any interest in converting them to pure interfaces such that one can implement completely custom service/identity provider configuration classes (not based on arrays)? If so, should I submit a pull-request and rename the existing class to QueryableIdentityProvider
?
Intent: We'd like to use \SAML2\Assertion\ProcessorBuilder
to validate our assertions.
Activity