Eleftheria Stein
5decfb1ece
Update Encryptors documentation
...
Fixes gh-8208
6 years ago
Joe Grandja
a24d67375b
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
6 years ago
Joe Grandja
3a46ba8a85
OAuth2ErrorHttpMessageConverter handles JSON object parameters
...
Fixes gh-8157
6 years ago
Erik van Paassen
a4851095df
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
Markus Engelbrecht
633e5b85b4
Fix typo 'properites' in documentation
...
Fixes gh-8095
6 years ago
Josh Cummings
bfa5830e3d
Update to Jetty 9.4.27
...
Fixes gh-7507
6 years ago
Pim Moerenhout
e43fab518c
Fix typo in log message.
6 years ago
AmitB
c9f676739b
Fix typo in AntPathRequestMatcher contructor comment
...
Closes gh-8042
6 years ago
Josh Cummings
b7ce65b284
Register Authentication Provider in Init Phase
...
Fixes gh-8031
6 years ago
Joe Grandja
67d561b5f7
OAuth2AccessTokenResponseHttpMessageConverter handles JSON object parameters
...
Fixes gh-6463
6 years ago
LeeHainie
4dd2b1dfe1
Remove unwanted code
...
Remove unwanted code
6 years ago
Joe Grandja
aa28a0b453
OAuth2AuthorizationCodeGrantWebFilter matches on query parameters
...
Fixes gh-7966
6 years ago
Joe Grandja
8145cb557b
OAuth2AuthorizationCodeGrantFilter matches on query parameters
...
Fixes gh-7963
6 years ago
Joe Grandja
ef4109358a
Add release-notes-sections.yml
6 years ago
Joe Grandja
6d6fd09665
Next Development Version
6 years ago
Joe Grandja
84f5713d26
Release 5.1.8.RELEASE
6 years ago
Joe Grandja
137c211667
Update to Spring Boot 2.1.12
...
Fixes gh-7923
6 years ago
Joe Grandja
4e4785c6c2
Update to org.slf4j 1.7.30
...
Fixes gh-7922
6 years ago
Joe Grandja
ec0e03cff2
Update to org.powermock 2.0.5
...
Fixes gh-7921
6 years ago
Joe Grandja
e3a50c5039
Update to hibernate-validator 6.0.18.Final
...
Fixes gh-7920
6 years ago
Joe Grandja
b2476915e2
Update to hibernate-entitymanager 5.3.15.Final
...
Fixes gh-7919
6 years ago
Joe Grandja
90b1c877f1
Update to org.bouncycastle:bcpkix-jdk15on 1.64
...
Fixes gh-7918
6 years ago
Joe Grandja
57e69156c5
Update to org.aspectj 1.9.5
...
Fixes gh-7917
6 years ago
Joe Grandja
4c3ac0a1a4
Update to httpclient 4.5.11
...
Fixes gh-7916
6 years ago
Joe Grandja
d9521cb880
Update to com.squareup.okhttp3 3.12.8
...
Fixes gh-7915
6 years ago
Joe Grandja
7d7cdbb09c
Update to Jackson 2.9.10
...
Fixes gh-7914
6 years ago
Joe Grandja
c2129d3812
Update to Reactor Californium-SR15
...
Fixes gh-7913
6 years ago
Joe Grandja
097c4bf2a1
Update to Spring Data Lovelace SR15
...
Fixes gh-7912
6 years ago
Joe Grandja
b8938c98d3
Update to Spring Framework 5.1.13
...
Fixes gh-7911
6 years ago
Eleftheria Stein
0520810a0d
Load LDIF file from classpath in unboundId mode
...
Fixes: gh-7833
6 years ago
Filip Hanik
8711ba5a30
Build using openjdk8
...
Fixes gh-7169
[closes #7169 ]
6 years ago
Rob Winch
0f8927b500
CompositeServerHttpHeadersWriter Executes Sequentially
...
Fixes gh-7731
6 years ago
Rob Winch
1136660518
DelegatingServerAuthenticationSuccessHandler Executes Sequentially
...
Fixes gh-7728
6 years ago
Rob Winch
c395da3e04
DelegatingServerLogoutHandler Executes Sequentially
...
Fixes gh-7723
6 years ago
Joe Grandja
798c48eee3
Remove redundant validation for redirect-uri
...
Fixes gh-7706
6 years ago
Joe Grandja
b7f1bdae64
Display general error message when WebFlux oauth2Login() fails
...
Issue gh-5562 gh-6484
6 years ago
Joe Grandja
459e8f1a11
WebFlux oauth2Login() redirects on failed authentication
...
Fixes gh-5562 gh-6484
6 years ago
Warren Bailey
450a20add4
When expired retrieve new Client Credentials token.
...
Once client credentials access token has expired retrieve a new token from the OAuth2 authorization server.
These tokens can't be refreshed because they do not have a refresh token associated with. This is standard behaviour for Oauth 2 client credentails
Fixes gh-5893
6 years ago
Rob Winch
f3f84e1aff
Next Development Version
7 years ago
Rob Winch
4a9d13dc5c
Release 5.1.7.RELEASE
7 years ago
Rob Winch
62529278b5
Update to Spring Data Lovelace-SR12
...
Fixes gh-7617
7 years ago
Rob Winch
dcb3b6940f
Update to Spring 5.1.11.RELEASE
...
Fixes gh-7616
7 years ago
Rob Winch
a82047e61b
Update Californium-SR13
...
Fixes gh-7615
7 years ago
Rob Winch
6c54e5f278
Update to Spring Boot 2.1.9.RELEASE
...
Fixes gh-7614
7 years ago
Josh Cummings
8589580aa2
CookieServerCsrfTokenRepositoryTests Leading Dot
...
ResponseCookie removed support for having a leading dot in the cookie
domain.
Fixes gh-7500
7 years ago
Joe Grandja
1749c8df9c
OAuth2AuthorizationCodeGrantWebFilter matches on registered redirect-uri
...
Fixes gh-7036
7 years ago
Roman Matiushchenko
a5391b629e
Fix NPE in RequestContextSubscriber
...
RequestContextSubscriber could cause NPE if Mono/Flux.subscribe()
was invoked outside of Web Context.
In addition it replaced source Context with its own without respect
to old data.
Now Request Context Data is Propagated within holder class and
it is added to existing reactor Context if Holder is not empty.
Fixes gh-7228
7 years ago
Andreas Kluth
57f3c76801
Remove OAuth2AuthorizationRequest when a distributed session is used
...
Dirties the WebSession by putting the amended AUTHORIZATION_REQUEST map into
the WebSession even it was already in the map. This causes common SessionRepository
implementations like Redis to persist the updated attribute.
Fixes gh-7327
Author: Andreas Kluth <mail@andreaskluth.net>
7 years ago
Rob Winch
f8f1e9a3d4
Use ConcurrentHashMap in InMemoryReactiveClientRegistrationRepository
...
Fixes gh-7299
7 years ago
Bouke Nijhuis
bf78e43403
add media type jwk-set+json to accept header
...
Fixes gh-7290
7 years ago