Hello All,
Currently we have an issue with DWC console Application running on liberty. We have setup SAML Web SSO against Azure AD for Single Sign on for DWC console.
<samlWebSso20 id="defaultSP" enabled="true" idpMetadata="/opt/tivoli/maestro/DWC/usr/servers/dwcServer/resources/security/idpMetadata.xml" nameIDFormat="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" trustStoreRef="twaTrustStore" reAuthnOnAssertionExpire="true"> <trustedIssuers> <issuer name="https://sts.windows.net/cxxxxxxxxxx-xxx-xxxx/"/> </trustedIssuers> </samlWebSso20>
We do see in the logs that samlCreated and samlExpired messages which has 1 hour window. How to make Liberty extend that time or keep the session alive so that a refresh of the page is not needed in order to lose all the dashboards, job views etc on page to get lost.