Version 4.5.0
August 18, 2022
Improvements
- Titania Delivery now supports OpenID Connect for portal authentication. See the Configuring OpenID Security Profiles topic for details.
- The current Titania Default Theme is available as a zip archive at
/resources/td-default-theme.zip
on any TD host. This can be used to update the system "Titania Default Theme" that was installed when the system was originally deployed. Or it can be used as a resource to copy selected features into custom themes.
Changes
- ADFS SAML security configurations require a specific
SamlResponseSignature
setting. See Configuring SAML Security Profiles for details.
Limitations
- When an authenticated portal session times out due to inactivity, the system may not log out of the authentication provider. Depending on the timeout settings of the authentication provider, a user may be able to continue browsing in the portal without reauthenticating. Users should be advised to always logout when finished using an authenticated portal.
Deprecated Features
These platform features are deprecated and will be removed at the next major release.
-
/resources/scripts/libs
javascript files.The Titania Delivery platform includes the following javascript files that are available to themes using a url like
[td-host]/resources/scripts/libs/[filename]
. The preferred way to include front-end javascript resources is to put them in thestatic/scripts
theme directory. Refer to Managing Static Files for a Portalbootstrap.js
(version 3.0.3)bootstrap.min.js
(version 3.0.3)jquery-1.11.0.js
jquery-1.11.0.min.js
moment.min.js
(version 2.9.0)
- The default (built-in) portal login page will be removed at the next major release.
This
page is automatically supplied by the platform if the portal theme did not include
a
pages/login.ftl
template. All themes provided by Oberon Technologies for the last several years have included this file. But it is possible that very old themes do not includepages/login.ftl
. To avoid problems when upgrading to the next major release, Titania administrators should verify that their portal themes include this file (if using portal authentication). Refer to the Titania Delivery Developer's Guide for additional information.