IDP5 Java CookieManager?
Käfer Thomas
thomas.kaefer at fh-campuswien.ac.at
Fri Jun 14 10:26:12 UTC 2024
Hello everyone!
I'm currently upgrading our Shibboleth test server from IDP 4 to 5. We are using a custom:
`class AuthFunction implements Function<ProfileRequestContext<AuthnRequest, String>, Object>`
that sends credentials to a custom auth web service and recieves session keys which it writes to a cookie which it also reads back before asking the user for his credentials to achieve single signon with various other web applications that use the same auth-service & cookie.
The cookie functionality of this AuthFunction class was based on `net.shibboleth.utilities.java.support.net.CookieManager` injected using
@Autowired
@Qualifier("shibboleth.CookieManager")
CookieManager cm;
Sadly, since the upgrade to IDP5 this class seems to be no longer available, my log contains:
java.lang.ClassNotFoundException: net.shibboleth.utilities.java.support.net.CookieManager
Can I re-add it as a jar package or is there maybe some replacement for this utility I could now use instead to read and write cookies?
Thank you for reading,
Kind regards,
Thomas Käfer
FH Campus Wien
Informationen zum Datenschutz: www.fh-campuswien.ac.at/datenschutzerklaerung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20240614/256c12b1/attachment.htm>
More information about the users
mailing list