Add clockSkew and idGenerator configuration hooks to JSONSecurityConfiguration
Basics
Logistics
Basics
Logistics
Description
OpenSAML’s BasicSecurityConfiguration class has two constructor arguments for customising clock skew and identifier generation configuration. JSONSecurityConfiguration extends the class but is missing any constructors and thus gets always wired with the default values (5 minutes for clock skew and ProviderType.SECURE for id generation).
We should add the corresponding constructors for JSONSecurityConfiguration.
OpenSAML’s
BasicSecurityConfiguration
class has two constructor arguments for customising clock skew and identifier generation configuration.JSONSecurityConfiguration
extends the class but is missing any constructors and thus gets always wired with the default values (5 minutes for clock skew andProviderType.SECURE
for id generation).We should add the corresponding constructors for
JSONSecurityConfiguration
.