Unable to access DataSealer from Spring context on IdP-511

Francesco Malvezzi francesco.malvezzi at unimore.it
Thu Jun 27 08:27:48 UTC 2024


On 27/06/24 08:31, Francesco Malvezzi wrote:
> good morning,
> 
[...]
> 
> Any debugging hint is appreciated!

sorry, my fault.

Forgot to update the classes invoked in conf/totpsealer.xml with the new 
namespaces:

[...]
<bean id="totp.DataSealerKeyStrategy" lazy-init="true"
 
class="net.shibboleth.shared.security.impl.BasicKeystoreKeyStrategy"
         p:keystoreType="JCEKS"
         p:keystoreResource="%{idp.home}/credentials/totpsealer.jks"
         p:keyVersionResource="%{idp.home}/credentials/totpsealer.kver"
         p:keyAlias="totp"
         p:keystorePassword="password"
         p:keyPassword="password"
         p:updateInterval="PT1H" />

     <bean id="totp.DataSealer" lazy-init="true"
         class="net.shibboleth.shared.security.DataSealer"
         p:keyStrategy-ref="totp.DataSealerKeyStrategy" />
[...]

now it works fine,

thank you,

Francesco



More information about the users mailing list