Rob Winch
Rob Winch
Thanks for the update. Any links to the discussion on the mailing list (or wherever the discussion is being had with them)?
OpenSAML is the best Java based SAML library & will remain the implementation for Spring Security. It isn't in anyone's best interest to use older versions of jars, so we...
Spring Security does not register any `beforeCommit` action that uses the `WebSession` internally.
Thank you @sbrannen! > We discussed this topic within the team, and we are hesitant to introduce such a feature that is declarative and relies on SpEL expressions. Can you...
@cmadsen - In all honesty I'm not entirely sure what version I was using. Are you trying to reproduce this or having similar issues?
You can easily peek at a value if you are only concerned with `@PreAuthorize` and know what the arguments to the method are going to be. A [snippet of this...
There is not an API on the imperative side that does that. For the reactive side ReactiveAuthorizationManager.check can do it. I created https://github.com/spring-projects/spring-security/issues/8900
No there is not reactive support for SPNEGO/Kerberos as there is not an underlying reactive library
Thanks for the PR and sorry for the delay. If you can update the PR to resolve the merge issues, we can get this merged into master
@alt250 Thank you for the PR. This is now merged into main Thank you for [pointing](https://github.com/spring-projects/spring-security-kerberos/pull/97#issuecomment-2131189833) me to the additional duplicate @SergeyKlimchuk