How can I adjust the CLOCK_SKEW for the PicketLink STS?
Issue
We had set up an STS based on JBoss EAP 6. We have a problem of clock synchronization: assertions generated from our STS are in the future for the receiving infrastructure. We tested changing ClockSkew in picketlink-sts.xml with no success.
<PicketLinkSTS xmlns="urn:picketlink:identity-federation:config:1.0"
STSName="PicketLinkSTS" TokenTimeout="7200" EncryptToken="false" ClockSkew="2000">
<KeyProvider ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
...
...
</PicketLinkSTS>
Is there any configuration to trim the lifetime (to change the
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.