We have a stateful application, utilizing Spring Security's create-session="ifRequired" attribute.
When using Kerberos, correct me if I'm wrong, but it seems like the user's Kerberos token is constantly verified, the SessionManagementFilter is not used.
Is this 'works as designed'? Does the Kerberos protocol expect to verify the token on every request? Does the application server contact the domain controller to verify the token?
Is there a way to configure the Spring Security to first check the Session, and only perform Negotiate when there is no valid session?
Many thanks,
Chris
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have some additional information.
Jetty performs a REDIRECT from /autologon to /autologon/, which works. Jetty then performs a FORWARD from /autologon/ to the welcome page /autologon/home.html. The /autologon/home.html request is intercepted by spring security and waffle, and it's the FORWARD request which seems to fail.
Anyone have any simliar experience with this issue?
Best regards, Chris
--
You received this message because you are subscribed to the Google Groups "waffle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to waffle-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.