Commit Graph

8737 Commits

Author SHA1 Message Date
Josh Cummings 81ad2958bd
Clarify ServerBearerExchangeFilterFunction Docs
Fixes gh-8220
2020-03-27 13:23:57 -06:00
Andy Wilkinson 636f0b94cf Upgrade to Gradle Enterprise Plugin 3.2 2020-03-27 12:44:12 -05:00
Eleftheria Stein 7c0023ecc9 Update Encryptors documentation
Fixes gh-8208
2020-03-27 09:50:46 -04:00
Martin Nemec 75c05d0bb4 OAuth2 ClientRegistrations NPE fix when userinfo missing
Fixes gh-8187
2020-03-27 05:58:28 -04:00
Eleftheria Stein 6d61b87213 Add security context holder Kotlin samples to docs
Issue gh-8172
2020-03-26 15:36:44 -04:00
Eleftheria Stein 8e5e0c4a9e Add delegating filter proxy Kotlin samples to docs
Issue gh-8172
2020-03-26 15:35:51 -04:00
Eleftheria Stein 5b4cb5b13d Add filter Kotlin samples to docs
Issue gh-8172
2020-03-26 15:10:42 -04:00
Joe Grandja e27e548215 oauth2Login WebFlux does not auto-redirect for XHR request
Fixes gh-8118
2020-03-26 04:36:23 -04:00
Josh Cummings e62b8a7585
Add Figures to Resource Server Docs
Fixes gh-8182
2020-03-25 16:30:48 -06:00
Josh Cummings dcacd06360
Polish Resource Server JWT Docs
Issue gh-5935
2020-03-24 15:35:57 -06:00
Josh Cummings 8872d8b7d0
Polish Resource Server Multi-tenancy Docs
Issue gh-7532
2020-03-24 15:24:43 -06:00
Josh Cummings 933104d2d6
Document JwtGrantedAuthoritiesConverter Features
Fixes gh-8176
2020-03-24 14:39:08 -06:00
Joe Grandja 93ed92cc94 OAuth2ErrorHttpMessageConverter handles JSON object parameters
Fixes gh-8157
2020-03-24 14:51:04 -04:00
Joe Grandja 46baf38f59 Fix OAuth2AuthorizationRequest additionalParameters/attributes Consumer
Fixes gh-8177
2020-03-24 13:44:09 -04:00
Eleftheria Stein 2c103f34e3 Add password storage Kotlin samples to docs
Issue gh-8172
2020-03-24 10:29:11 -04:00
komuro.hiraku 10c66d282a Fix userNameAttribute property case style
Fixes gh-8169
2020-03-23 10:08:14 -04:00
Josh Cummings 0e9497de3c
Document SAML 2.0 Improvements
Fixes gh-8079
Fixes gh-8078
2020-03-20 17:08:01 -06:00
Josh Cummings 1a1be6a946
Polish SAML 2.0 Login Sample
Fixes gh-8163
2020-03-20 16:50:48 -06:00
Joe Grandja d1dbd92903 Document OAuth2Authorization success and failure handlers
Fixes gh-8073
2020-03-20 16:30:05 -04:00
Josh Cummings 7f2f210eb8
Simplify OpenSamlImplementation
- Removed reflection usage
- Simplified method signatures

Issue gh-7711
Fixes gh-8147
2020-03-20 12:13:14 -06:00
Josh Cummings 088ea07f07
Simplify Saml2ServletUtils
Removed one method as well as a parameter from another method

Issue gh-7711
2020-03-20 12:13:14 -06:00
Joe Grandja 5bff741c31 Document AuthorizedClientServiceOAuth2AuthorizedClientManager
Fixes gh-8152
2020-03-19 20:15:34 -04:00
Eleftheria Stein 97085ef310 Fix rsocket test
Request route that exists; add additional error message verification

Fixes gh-8154
2020-03-19 17:27:14 -04:00
Joe Grandja a9dabf6efb Assign sensible default for OAuth2AuthorizedClientProvider
Fixes gh-8150
2020-03-19 11:44:30 -04:00
Joe Grandja 06fdb83fb8 Document Jackson serialization support for OAuth 2.0 Client
Fixes gh-8075
2020-03-18 17:05:56 -04:00
Josh Cummings 2d8c65db56
Support port=0 for LDAP Servers
Fixes gh-8138
2020-03-18 09:45:10 -06:00
Josh Cummings 4d99ee2896
Allow port=0 in XSD
Issue gh-8138
2020-03-18 09:45:10 -06:00
Josh Cummings f438bdfbcf
Add spring-security-5.4.xsd
Issue gh-8138
2020-03-18 09:45:10 -06:00
Joe Grandja 4da7235d9b Document OAuth2AuthorizationRequest customization improvements
Fixes gh-8071
2020-03-18 11:20:08 -04:00
Erik van Paassen ad9bb7f230 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 12:42:11 -06:00
Joe Grandja e00a030621 Document OAuth 2.0 Client XML Support
Fixes gh-8074
2020-03-17 13:27:29 -04:00
Eleftheria Stein 40b15f5a46 Rename to SessionFixationDslTests 2020-03-17 12:05:25 -04:00
Joe Grandja 26414ad3af Fix NPE when token response contains a null value
Fixes gh-8108
2020-03-16 15:56:59 -04:00
Zeeshan Adnan 935c547dde Fix exception for empty basic auth header token
fixes spring-projectsgh-7976
2020-03-16 12:57:13 -04:00
Joe Grandja 3d5a1522d6 Document OAuth 2.0 Login XML Support
Fixes gh-8110
2020-03-16 12:33:37 -04:00
YYTVicky d9f7422c2c Update BouncyCastleAesBytesEncryptorEquivalencyTest.java 2020-03-16 08:21:20 -05:00
Josh Cummings bfd36d9a54
Remove Redundant ConcurrentSessionFilter Refs
Fixes gh-8105
2020-03-13 16:27:30 -06:00
Rob Winch 7411f25474 Use io.spring.gradle-enterprise-conventions
Adds support for build cache and build scans.

Closes gh-8115
2020-03-13 13:28:36 -05:00
Rob Winch 7ad303f0ce Replace VersionsResourceTasks with WriteProperties
VersionsResourceTasks wrote a date comment which prevented this from
producing the same result and caused misses in the cache.

Closes gh-8114
2020-03-13 13:26:54 -05:00
Rob Winch 034c6c078f Improve Build Performance
- Enable parallel builds
- Remove `clean`
- Remove `--no-daemon`
- Remove `--refresh-dependencies` This refreshes all dependencies not just
  dependencies that change. spring-build-conventions has been updated to
  set the cache time of snapshots and changing modules to be 0, so that is
  always updated.

Closes gh-8113
2020-03-13 13:26:06 -05:00
Eleftheria Stein 47011eb9e2 Polish transfer session's max inactive interval
Issue: gh-2693
2020-03-12 12:11:14 -04:00
Venkata Jaswanth U 02b7d04027 Transfer session's max inactive interval
Fixes: gh-2693
2020-03-12 10:11:59 -04:00
Josh Cummings 3b80c2e345
Document AuthenticationEventPublisher
Fixes gh-8081
2020-03-11 16:48:14 -06:00
Markus Engelbrecht d81321bc29
Fix typo 'properites' in documentation
Fixes gh-8095
2020-03-11 10:54:14 -06:00
Josh Cummings 5b1838fd73
Add Resource Server XML snippets
Fixes gh-8077
2020-03-09 18:49:49 -06:00
Josh Cummings 69e1034ddc
Document baseUrl Support for OIDC Logout
Fixes gh-8072
2020-03-06 23:06:25 -07:00
Josh Cummings 4ef37f289e
OAuth 2.0 Test Support Docs
- Added WebTestClient documentation
- Updated MockMvc documentation to align

Fixes gh-8050
2020-03-06 23:01:18 -07:00
Eleftheria Stein 06d360efbb Update taglib version 2020-03-06 18:46:35 -05:00
Eleftheria Stein 5850a4cd73 Fix security version test 2020-03-06 18:46:00 -05:00
Eleftheria Stein 426d842f8a Next development version 2020-03-06 17:00:51 -05:00