When persistence.repository.providerConfig=jdbc is set as program configuration, identity providers are serialized and stored in DB uppon creation and modification. However, the current SpidIdentityProviderConfig fails at the persistence process, likely because it cannot be serialized due to the presence of a logger as class attribute.
When
persistence.repository.providerConfig=jdbc
is set as program configuration, identity providers are serialized and stored in DB uppon creation and modification. However, the currentSpidIdentityProviderConfig
fails at the persistence process, likely because it cannot be serialized due to the presence of a logger as class attribute.