Steve Riesenberg

Results 276 comments of Steve Riesenberg

@tinolazreg I've pushed an update to my branch if you want to try it out. Thanks!

@rozagerardo thanks for the report and detailed explanation! Just a note that due to the number of issues currently scheduled for 5.8 and 6.0, I have removed this from those...

@mit2222, thanks for reaching out! I see the issue you're facing here. It does appear as though `client_id` is not an appropriate request parameter for this scenario, but it gets...

@MitCoder, 5.8 and 6.0 are unreleased, but you can clone the repo and look at the `5.8.x` or `main` branches. As an alternate workaround, you can also try this (though...

Hi @knoobie! Thanks for checking in, I'm very sorry not to have updated you before now. At this time, the team is prioritizing breaking changes only, and until we can...

Changes related to this issue included in `5.8.0-RC1`: * Add `DeferredSecurityContext` interface * Add `loadDeferredContext(request)` in `SecurityContextRepository` * Deprecate `loadContext(request)` in `SecurityContextRepository` * Add `DelegatingSecurityContextRepository` Related gh-11026

@markusheiden, thanks for the contribution! > I don't know why unrelated tests fail. If you want to rebase on `main`, I believe all unrelated tests should pass now. > Hopefully...

@markusheiden thanks for opening the issue. Note that it's usually best to open an issue before submitting a PR to allow discussion prior to spending time on the PR. I'll...

Hi @jkjome! > Is this a known issue, and will it be fixed in the next spring-security release? Not that I'm aware of. Thanks for reaching out. There have been...

@marcusdacoregio do we have any documentation on the new method, or thoughts about the above issue?