Rob Winch
a8db3eb0f2
Update to Bouncy Castle 1.64
...
Fixes gh-7608
6 years ago
Rob Winch
2608bc0bd2
Update to Reactor Dysprosium-SR1
...
Fixes gh-7607
6 years ago
Rob Winch
b57ec7d066
Update to GAE 1.9.76
...
Fixes gh-7606
6 years ago
Rob Winch
90c475e6b8
Update to AspectJ 1.9.4
...
Fixes gh-7605
6 years ago
Rob Winch
34daf4eeba
Update to Spring Data Moore-SR1
...
Fixes gh-7604
6 years ago
Rob Winch
f5704a8960
Update to Spring 5.2.1.RELEASE
...
Fixes gh-7603
6 years ago
Filip Hanik
0cafcf37e2
Make the loginProcessingUrl configurable for saml2Login()
...
Fixes gh-7565
https://github.com/spring-projects/spring-security/issues/7565
6 years ago
Josh Cummings
5f17032ffd
Restore Removed Throws Clauses
...
In a recent clean-up, certain exceptions were removed from various
throws clauses.
This PR re-introduces throws clauses that are important for one of the
following reasons:
1. It's a method on a public interface
2. It's a method clearly designed for inheritance, for example, a
method stub, an abstract method, or indicated as such in the docs.
Fixes gh-7541
6 years ago
Mike Truso
a4430aa21b
Fix variable reference in sample code
6 years ago
Filip Hanik
0f14844acf
We will not validate IP addresses as part of assertion validation
...
Fixes gh-7514
https://github.com/spring-projects/spring-security/issues/7514
6 years ago
Josh Cummings
ed02ef9773
Add Test for Malformed Scope
...
Fixes gh-7563
6 years ago
Rob Winch
badb0a08c6
Fix exploits indendation
...
Issue gh-2567
6 years ago
Rob Winch
2827af15e0
Document Reactive CSRF Support
...
Fixes gh-6487
6 years ago
Rob Winch
635f7e1edd
CsrfWebFilter supports multipart/form-data
...
Fixes gh-7576
6 years ago
Josh Cummings
387f765595
Catch Malformed BearerTokenError Descriptions
...
Fixes gh-7549
6 years ago
Vitalii Mahas
0ac5f5456f
Fix typo 'is' -> 'if' in javadoc
6 years ago
Filip Hanik
4489163163
Use Spring Boot configuration for saml2Login()
...
Fixes gh-7521
https://github.com/spring-projects/spring-security/issues/7521
6 years ago
Filip Hanik
5345aecd7f
Align RSocket sample with new Spring Boot configuration
6 years ago
Filip Hanik
bcaa8bc7e9
Upgrade to Spring Boot 2.2.0.RELEASE
6 years ago
Rob Winch
9b4c170af0
Create Exploits Section for Reactive
...
Issue gh-2567
6 years ago
Rob Winch
bbda755a07
Fix Servlet exploits leveloffset
...
Fixes gh-2567
6 years ago
Rob Winch
08fb9c960b
Fix invalid ids
...
Issue gh-2567
6 years ago
Rob Winch
55a98b9969
CSRF Documentation
...
Issue gh-2567
6 years ago
Rob Winch
02aaba37cd
Documentation TOC on the left
...
This better aligns with other documentation
Issue gh-2567
6 years ago
Eleftheria Stein
de7cbc82b5
Clarify in Javadoc that expressionHandler should not be null
...
Fixes: gh-2665
6 years ago
Filip Hrisafov
b9f122230b
Align javadoc of continueFilterChainOnUnsuccessfulAuthentication with actual behaviour
6 years ago
Phil Clay
8584b12c8d
Make saveAuthorizedClient save the authorized client
...
Previously, saveAuthorizedClient never actually saved the authorized
client, because it ignored the Mono<Void> returned from
authorizedClientRepository.saveAuthorizedClient.
Now, it does not ignore the Mono<Void> returned from
authorizedClientRepository.saveAuthorizedClient, and includes it in
the stream, and therefore it will properly save the authorized client.
Fixes gh-7546
6 years ago
Michel Palourdio
d26f40f062
DefaultRedirectStrategy should redirect to root if the context-relative URL does not contain the context-path.
6 years ago
Joe Grandja
1c53a7859b
Fix access token expiry check with clock skew
...
Fixes gh-7511
6 years ago
Tadaya Tsuyukubo
62c7de03c3
Add RequestMatcher to AbstractPreAuthenticatedProcessingFilter
...
Moved the existing auth check logic to the matcher.
Issue: gh-5928
6 years ago
Giovanni Lovato
63607ee213
Add configurable mapping function to map authorities
6 years ago
Eleftheria Stein
2d26be9446
Remove redundant public modifier
6 years ago
Markus Öllinger
2cc05550fc
rename comparison method to isGranted and add test
6 years ago
Markus Öllinger
a4ea989e9c
remove trailing whitespace
6 years ago
Markus Öllinger
a449d6c316
extract permission mask comparison for subclasses to override
6 years ago
Everett Irwin
6ad328f909
Add Clock Skew Tests
...
Fixes gh-7511
Co-authored-by: Isaac Cummings <josh.cummings+zac@gmail.com>
6 years ago
Eleftheria Stein
264daec697
Test context relative URL with multiple schemes
6 years ago
Isaac Cummings
1081066d60
Polish AuthorityUtils
...
Changed parameter name to authorities
Added JavaDoc
Fixes gh-4805
Co-authored-by: Everett Irwin <everettirwin77@gmail.com>
6 years ago
Ramon Pires da Silva
0387723334
fix webflux samples documentation path
...
The documentation of webflux integration sample projects was pointing to the `javaconfig` instead of `boot` folder.
6 years ago
Roland Weisleder
f4b9abdbb1
Fix typo in Javadoc
6 years ago
Brendt Lucas
8ebfba3019
Support configuration of protocol binding for authentication requests
6 years ago
Filip Hanik
971ae346c5
Update to Spring Data Moore-RELEASE
6 years ago
Rob Winch
0feaf9bf6f
Disable force milestone repository
...
We will be using spring boot release for our next release, so we
do not need to force milestones now.
6 years ago
Rob Winch
b8beee97a8
Next development version
6 years ago
Rob Winch
b7d97ca077
Release 5.2.0.RELEASE
6 years ago
Rob Winch
0d088b581b
Allow milestone for Boot version
6 years ago
Filip Hanik
4113e79aa3
Upgrade Spring Boot to 2.2.0.M6
6 years ago
Filip Hanik
8c4252681e
Upgrade rsocket to 1.0.0-RC5 without BOM
6 years ago
Filip Hanik
cdeeb27b51
Upgrade Spring Data to Lovelace-SR11
6 years ago
Filip Hanik
9393017e3f
Upgrade Project Reactor to Dysprosium-RELEASE
6 years ago