Steve Riesenberg

Results 276 comments of Steve Riesenberg

Hi @JohnZ1385, the guide was restructured after the comment above. See https://docs.spring.io/spring-security/reference/5.8/migration/servlet/authorization.html#_use_authorizationmanager_for_request_security instead.

Hi @kkondratov, thanks for reaching out! I have reviewed the existing implementation(s) and agree that there is quite a bit of boilerplate code required to implement the `ReactiveOAuth2AccessTokenResponseClient` interface. Being...

Thanks for confirming that this suggestion would work for you! Would you be interested in submitting a PR with the proposed `WebClientReactiveOAuth2AccessTokenResponseClient` and some tests? I'm happy to help guide...

Thanks @kkondratov! If you weren't aware, you can read about that [here](https://github.com/spring-projects/spring-security/blob/main/CONTRIBUTING.adoc). As far as adding tests, take a look at [WebClientReactiveTokenExchangeTokenResponseClientTests](https://github.com/spring-projects/spring-security/blob/main/oauth2/oauth2-client/src/test/java/org/springframework/security/oauth2/client/endpoint/WebClientReactiveTokenExchangeTokenResponseClientTests.java) which I added yesterday. I think it turned...

Hi @kkondratov, have you had a chance to work on this? If not, no problem.

Thanks for the report @hmmlopez! I'm not certain what would cause the 404 error without more investigation. In the meantime, you can try setting `proxyTargetClass = true` on the `@EnableMethodSecurity`...

@hmmlopez regarding the 404, [this comment](https://github.com/spring-projects/spring-security/issues/9697#issuecomment-830414461) explains the issue well. The [Spring Framework docs](https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann.html#mvc-ann-requestmapping-proxying) contains a note stating: > Keep in mind that as of 6.0, with interface proxying, Spring...

Hi @dpulrichth, welcome to the project! I'm a bit unfamiliar as of yet with RFC 9126, so I may ask a few obvious questions. Just for context, can you say...

Thanks for the additional info @dpulrichth! > If anyone else has an idea where to start I'd appreciate it. Yes, I think it's perfectly fine to open this up for...

Adding socket options is a good way to be introduced to the jzmq codebase. Is it something you could help out with? Things usually only get added when they are...