Steve Riesenberg
Steve Riesenberg
As a follow up to gh-13784, we should improve the OAuth2 docs page to include: Code examples: - [x] Kotlin examples - [ ] XML examples Testing examples: - [...
Requires upgrading `buildSrc` in 5.8.x to use JDK 17 due to spring-security-release-plugin built against JDK 17. Related gh-14242
This issue is an ongoing theme for the Spring Security. Issues that relate to this will be added below. # Build Improvements - [x] :star2: #11308 - [ ] :star2:...
This PR links the workflow name to the list of workflow runs. We've found this customization useful as we can immediately see the entire list of runs for this specific...
@Buzzardo, here is a rough draft of a sample, along with some adjustments to the `basic-auth` recipe. Other than a few adjustments, I have left verbiage alone, but it would...
Closes gh-11298
**To Do:** - [x] Add unit tests - [ ] Add integration tests - [ ] Add reference documentation This PR adds implementations of `OAuth2AccessTokenResponseClient` that use `RestClient` as the...