Question about shibboleth.ClientPersistentStorageService

Cantor, Scott cantor.2 at osu.edu
Mon Oct 10 12:39:00 UTC 2022


>    I am trying to use shibboleth.ClientPersistentStorageService to store idp session.

That's not appropriate. The ClientSessionStorageService version is meant for that. Persistent just means the storage will outlast the session and that's pointless because the data is only references by session cookies.

>    But I don’t see any records inserted into the table after successful login.

You shouldn't. That is not a database-backed storage service.

-- Scott




More information about the users mailing list