Eleftheria Stein
8cf4ada7de
Update Spring Kotlin plugin in sample
6 years ago
Alan Czajkowski
4b2afdf825
BCryptPasswordEncoder rawPassword cannot be null
...
Closes gh-8317
6 years ago
Mustafa Ulu
6bdd5f710f
Fix example in javadoc of FilterChainProxy
6 years ago
Eleftheria Stein
39e09e4ca5
Idiomatic Kotlin DSL for server HTTP security
...
Issue: gh-5558
6 years ago
Eleftheria Stein
6017510fdd
Compile Kotlin tasks using JVM 1.8
6 years ago
Rob Winch
b6fb063145
Adding Map support to DefaultMethodSecurityExpressionHandler
...
Closes gh-8331
6 years ago
Maksim Mednik
b57c2f2821
Updating authorization docs to mention handling of Maps in @PreFilter and @PostFilter annotations
6 years ago
hotire
6d45ec5d6b
Fix typo in Javadoc of ServerHttpSecurity#hasAuthority
6 years ago
Maksim Mednik
eacd212a5a
Adding Map support to DefaultMethodSecurityExpressionHandler
6 years ago
Markus Engelbrecht
dc6b8ce470
Add addFilterAfter and addFilterBefore to Kotlin DSL
...
Fixes gh-8316
6 years ago
Eleftheria Stein
1de0cf5057
Fix HttpSecurity Javadoc
...
Fixes gh-4404
6 years ago
Rob Winch
72f13c8ed0
Update to aspectj-plugin:4.1.6
...
Closes gh-8305
6 years ago
Ruby Hartono
71b4248fe6
Improve OAuth2LoginAuthenticationProvider
...
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse
Fixes gh-5633
6 years ago
Rob Winch
91728ef53b
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
6 years ago
Rob Winch
b055f8bb25
SpringTestContext returns ConfigurableWebApplicationContext
...
Closes gh-8233
6 years ago
Joe Grandja
946de2a51e
Revert "Fix links in oauth2 doc"
...
This reverts commit ad5bfc868c .
6 years ago
Eleftheria Stein
63c8072ebc
Add crypto Kotlin samples to docs
...
Issue gh-8172
6 years ago
Eleftheria Stein
018cbfa93f
Add preauth Kotlin samples to docs
...
Issue gh-8172
6 years ago
wassan128
ad5bfc868c
Fix links in oauth2 doc
6 years ago
Josh Cummings
eed71243cb
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
6 years ago
Josh Cummings
81ad2958bd
Clarify ServerBearerExchangeFilterFunction Docs
...
Fixes gh-8220
6 years ago
Andy Wilkinson
636f0b94cf
Upgrade to Gradle Enterprise Plugin 3.2
6 years ago
Eleftheria Stein
7c0023ecc9
Update Encryptors documentation
...
Fixes gh-8208
6 years ago
Martin Nemec
75c05d0bb4
OAuth2 ClientRegistrations NPE fix when userinfo missing
...
Fixes gh-8187
6 years ago
Eleftheria Stein
6d61b87213
Add security context holder Kotlin samples to docs
...
Issue gh-8172
6 years ago
Eleftheria Stein
8e5e0c4a9e
Add delegating filter proxy Kotlin samples to docs
...
Issue gh-8172
6 years ago
Eleftheria Stein
5b4cb5b13d
Add filter Kotlin samples to docs
...
Issue gh-8172
6 years ago
Joe Grandja
e27e548215
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
6 years ago
Josh Cummings
e62b8a7585
Add Figures to Resource Server Docs
...
Fixes gh-8182
6 years ago
Josh Cummings
dcacd06360
Polish Resource Server JWT Docs
...
Issue gh-5935
6 years ago
Josh Cummings
8872d8b7d0
Polish Resource Server Multi-tenancy Docs
...
Issue gh-7532
6 years ago
Josh Cummings
933104d2d6
Document JwtGrantedAuthoritiesConverter Features
...
Fixes gh-8176
6 years ago
Joe Grandja
93ed92cc94
OAuth2ErrorHttpMessageConverter handles JSON object parameters
...
Fixes gh-8157
6 years ago
Joe Grandja
46baf38f59
Fix OAuth2AuthorizationRequest additionalParameters/attributes Consumer
...
Fixes gh-8177
6 years ago
Eleftheria Stein
2c103f34e3
Add password storage Kotlin samples to docs
...
Issue gh-8172
6 years ago
komuro.hiraku
10c66d282a
Fix userNameAttribute property case style
...
Fixes gh-8169
6 years ago
Josh Cummings
0e9497de3c
Document SAML 2.0 Improvements
...
Fixes gh-8079
Fixes gh-8078
6 years ago
Josh Cummings
1a1be6a946
Polish SAML 2.0 Login Sample
...
Fixes gh-8163
6 years ago
Joe Grandja
d1dbd92903
Document OAuth2Authorization success and failure handlers
...
Fixes gh-8073
6 years ago
Josh Cummings
7f2f210eb8
Simplify OpenSamlImplementation
...
- Removed reflection usage
- Simplified method signatures
Issue gh-7711
Fixes gh-8147
6 years ago
Josh Cummings
088ea07f07
Simplify Saml2ServletUtils
...
Removed one method as well as a parameter from another method
Issue gh-7711
6 years ago
Joe Grandja
5bff741c31
Document AuthorizedClientServiceOAuth2AuthorizedClientManager
...
Fixes gh-8152
6 years ago
Eleftheria Stein
97085ef310
Fix rsocket test
...
Request route that exists; add additional error message verification
Fixes gh-8154
6 years ago
Joe Grandja
a9dabf6efb
Assign sensible default for OAuth2AuthorizedClientProvider
...
Fixes gh-8150
6 years ago
Joe Grandja
06fdb83fb8
Document Jackson serialization support for OAuth 2.0 Client
...
Fixes gh-8075
6 years ago
Josh Cummings
2d8c65db56
Support port=0 for LDAP Servers
...
Fixes gh-8138
6 years ago
Josh Cummings
4d99ee2896
Allow port=0 in XSD
...
Issue gh-8138
6 years ago
Josh Cummings
f438bdfbcf
Add spring-security-5.4.xsd
...
Issue gh-8138
6 years ago
Joe Grandja
4da7235d9b
Document OAuth2AuthorizationRequest customization improvements
...
Fixes gh-8071
6 years ago
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`.
6 years ago