Commit Graph

8580 Commits

Author SHA1 Message Date
Josh Cummings af433fdbdf
Polish OpenSamlAuthenticationProviderTests
- Add missing assertion

Issue gh-6019
2020-04-17 09:51:29 -06:00
Souphorn 2289ad5e35 Fix typo with correct capitalization
Closes gh-8406
2020-04-17 10:57:25 -04:00
Rob Winch f6ddba8cd8 Logout defaults to use Global SecurityContextServerLogoutHandler
Closes gh-8375
2020-04-13 16:37:29 -05:00
Rob Winch 566c25aa10 Fix example in javadoc of FilterChainProxy
Closes gh-8344
2020-04-08 09:12:56 -05:00
Alan Czajkowski d1909ec9c8 BCryptPasswordEncoder rawPassword cannot be null
Closes gh-8317
2020-04-07 13:45:49 -05:00
Eleftheria Stein 2d71297b7e Fix HttpSecurity Javadoc
Fixes gh-4404
2020-04-02 11:40:07 -04:00
Rob Winch df983b5a75 Update to aspectj-plugin:4.1.6
Closes gh-8305
2020-04-01 17:13:09 -05:00
Joe Grandja b01dc73275 Next development version 2020-03-31 17:55:27 -04:00
Joe Grandja a78872f268 Unlock dependencies for 5.3.1.RELEASE
This reverts commit 88c02684bb.
2020-03-31 17:53:13 -04:00
Joe Grandja 8bd60e60bc Release 5.3.1.RELEASE 2020-03-31 17:29:08 -04:00
Joe Grandja 88c02684bb Lock dependencies for 5.3.1.RELEASE 2020-03-31 17:28:36 -04:00
Rob Winch 0e6e2b2a21 Fix HttpServlet3RequestFactory Logout Handlers
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.

This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.

Closes gh-4760
2020-03-30 20:50:12 -05:00
Rob Winch f82d59a1e5 SpringTestContext returns ConfigurableWebApplicationContext
Closes gh-8233
2020-03-30 20:50:12 -05:00
Ruby Hartono 45eb34c9a6 Improve OAuth2LoginAuthenticationProvider
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse

Fixes gh-5633
2020-03-30 21:08:59 -04:00
Joe Grandja 4c040e9e8e Revert "Fix links in oauth2 doc"
This reverts commit 138e676b45.
2020-03-30 13:40:44 -04:00
wassan128 138e676b45 Fix links in oauth2 doc 2020-03-27 16:57:38 -05:00
Josh Cummings 034c23d46c
SwitchUserFilter Defaults to POST
Fixes gh-4183
2020-03-27 14:25:28 -06:00
Josh Cummings 0bde3c5c8f
Clarify ServerBearerExchangeFilterFunction Docs
Fixes gh-8220
2020-03-27 13:25:46 -06:00
Eleftheria Stein 4e8c177652 Update Encryptors documentation
Fixes gh-8208
2020-03-27 10:09:25 -04:00
Martin Nemec dfc25dc245 OAuth2 ClientRegistrations NPE fix when userinfo missing
Fixes gh-8187
2020-03-27 06:13:50 -04:00
Joe Grandja 0230827335 oauth2Login WebFlux does not auto-redirect for XHR request
Fixes gh-8118
2020-03-26 05:08:58 -04:00
Josh Cummings e00d3fcd62
Polish Resource Server JWT Docs
Issue gh-5935
2020-03-25 16:33:01 -06:00
Josh Cummings 9f970094e0
Polish Resource Server Multi-tenancy Docs
Issue gh-7532
2020-03-24 15:25:56 -06:00
Josh Cummings 1ebb73856b
Document JwtGrantedAuthoritiesConverter Features
Fixes gh-8176
2020-03-24 15:08:01 -06:00
Joe Grandja 044c30c3bc OAuth2ErrorHttpMessageConverter handles JSON object parameters
Fixes gh-8157
2020-03-24 14:56:51 -04:00
Joe Grandja a1bcd4ed00 Fix OAuth2AuthorizationRequest additionalParameters/attributes Consumer
Fixes gh-8177
2020-03-24 13:59:36 -04:00
komuro.hiraku 8c5c142d59 Fix userNameAttribute property case style
Fixes gh-8169
2020-03-24 13:15:17 -04:00
Josh Cummings 33c354ba8b
Document SAML 2.0 Improvements
Fixes gh-8079
Fixes gh-8078
2020-03-20 17:19:29 -06:00
Josh Cummings b470a4ecca
Polish SAML 2.0 Login Sample
Fixes gh-8163
2020-03-20 16:51:25 -06:00
Joe Grandja 2dd40c7de5 Document OAuth2Authorization success and failure handlers
Fixes gh-8073
2020-03-20 16:32:27 -04:00
Josh Cummings 15cc15cc3c
Simplify OpenSamlImplementation
- Removed reflection usage
- Simplified method signatures

Issue gh-7711
Fixes gh-8147
2020-03-20 12:25:30 -06:00
Josh Cummings 1bbbf3be3d
Simplify Saml2ServletUtils
Removed one method as well as a parameter from another method

Issue gh-7711
2020-03-20 12:25:22 -06:00
Eleftheria Stein 699fed7f98 Fix rsocket test
Request route that exists; add additional error message verification

Fixes gh-8154
2020-03-20 08:39:43 -04:00
Joe Grandja 200829fa7a Document AuthorizedClientServiceOAuth2AuthorizedClientManager
Fixes gh-8152
2020-03-19 20:03:34 -04:00
Joe Grandja 2d8242c5c1 Assign sensible default for OAuth2AuthorizedClientProvider
Fixes gh-8150
2020-03-19 11:50:48 -04:00
Joe Grandja 120af761a0 Document Jackson serialization support for OAuth 2.0 Client
Fixes gh-8075
2020-03-18 17:08:03 -04:00
Joe Grandja 60838b0739 Document OAuth2AuthorizationRequest customization improvements
Fixes gh-8071
2020-03-18 11:25:06 -04:00
Erik van Paassen 82dbce47b1
Fix typo in Javadoc of HttpSecurity#csrf()
`HttpSecurity#csrf()` obviously returns a `CsrfConfigurer`, while the Javadoc states that it returns the `ServletApiConfigurer`.
2020-03-17 13:35:28 -06:00
Joe Grandja 48344d858e Document OAuth 2.0 Login XML Support
Fixes gh-8110
2020-03-17 13:49:08 -04:00
Joe Grandja 6a324c2363 Document OAuth 2.0 Client XML Support
Fixes gh-8074
2020-03-17 13:43:12 -04:00
Zeeshan Adnan dfa78804a8 Fix exception for empty basic auth header token
fixes spring-projectsgh-7976
2020-03-16 16:05:14 -04:00
Joe Grandja 5e0e5b6ed4 Fix NPE when token response contains a null value
Fixes gh-8108
2020-03-16 15:59:19 -04:00
Josh Cummings 14631fc87b
Document AuthenticationEventPublisher
Fixes gh-8081
2020-03-11 16:57:00 -06:00
Markus Engelbrecht e6ad3d5508
Fix typo 'properites' in documentation
Fixes gh-8095
2020-03-11 11:00:18 -06:00
Josh Cummings 9a3eb07af8
Add Resource Server XML snippets
Fixes gh-8077
2020-03-09 18:59:44 -06:00
Josh Cummings 3903ac4e5f
Document baseUrl Support for OIDC Logout
Fixes gh-8072
2020-03-06 23:08:47 -07:00
Josh Cummings 894a19b5ec
OAuth 2.0 Test Support Docs
- Added WebTestClient documentation
- Updated MockMvc documentation to align

Fixes gh-8050
2020-03-06 22:52:41 -07:00
Eleftheria Stein b42d9ca9e3 Restrict dependency updates to patches 2020-03-06 18:17:37 -05:00
Josh Cummings 93b8c656d8
Document JwtClaimValidator
Fixes gh-8076
2020-03-04 14:47:44 -07:00
Josh Cummings 6db921c95d
Fix broken links
Fixes gh-8069
2020-03-04 13:12:11 -07:00