I had the same challenge - a "master" Seam app users logged into (using SAML2) and sub features in "slave" web apps that I'd like to SSO users to.
I created a "CustomSingleSignOn" valve that enables SSO in this situation. Feel free to check it out:
https://github.com/jensaug/jbossweb-customsso
This valve can really be used for SSO-enabling any kind of custom sign in.
br,
Jens
Note:
I did this because I brutally failed to get SAML2 MetaData POST request to work with PicketLink in AS5. I guess there's a reason that the picketlink-quickstart "sales-metadata" was removed from the quicklink distro... And yes, compiling it from src (and the corresponding 2.1.7 picketlink version) didn't cut it.