Rob Winch
acd9de6fad
Revert "Disable Spring IO"
...
This reverts commit b21472ce6c .
9 years ago
Rob Winch
b21472ce6c
Disable Spring IO
...
We need to publish the spring-security-jwt-jose
9 years ago
Joe Grandja
9cfb890207
Use id_token for user authentication
...
Fixes gh-4410
9 years ago
Joe Grandja
c986b6f4b5
Add support for JWT/JWS
...
Fixes gh-4434
9 years ago
Kyle Anderson
d8a678df6f
Removed Unicode Character from Parameter Name
9 years ago
Rob Winch
a05170a3d2
Update Minimum Versions
9 years ago
Rob Winch
07c3123696
Deprecate crypto.codec.Base64
...
In commit 85719fc Base64 was removed. However, this class was never
deprecated properly. This commit adds it back and marks it as deprecated.
Fixes gh-4421
9 years ago
Rob Winch
236e87fc37
Comment WebTestClient Integration
...
Issue gh-4419
9 years ago
Rob Winch
0e100be333
Fix Groovy 2.5 Compile Errors
...
Fixes gh-4415
9 years ago
Rob Winch
8130965259
Fixes for changes in SPR-15657
...
Fixes gh-4408
9 years ago
Rob Winch
37011720c9
Update to latest Spring IO Cairo SNAPSHOT
...
Fixes gh-4407
9 years ago
Takuma Setoguchi
f2c04dd9b1
fix typo
9 years ago
Rob Winch
af540f9746
Add artifactory to bom
9 years ago
Rob Winch
7ed4529993
Update to next development version
9 years ago
Rob Winch
783e426183
Release 5.0.0.M2
9 years ago
Rob Winch
ca6348800e
HttpSecurity.authorizeExchange() allows Method Chaining
...
Fixes gh-4397
9 years ago
Rob Winch
fb85ad6bd7
Revert "Work Around SPR-15651"
...
This reverts commit 6c286696b4 .
9 years ago
Rob Winch
dcef3d6ebb
Remove springIoVersion for release preparations
9 years ago
Rob Winch
89763a5b73
Update to spring-build-conventions-0.0.2.RELEASE
9 years ago
Rob Winch
9d19b7337e
Ensure Unique Names
...
Issue: gh-4394
9 years ago
Rob Winch
fda0220fad
Provide default reactive HttpSecurity
...
Fixes gh-4396
9 years ago
Rob Winch
9141a8a7c0
Add Multiple Reactive HttpSecurity
...
Fixes gh-4395
9 years ago
Rob Winch
406e1e6951
Extract out HttpSecurityConfiguration
...
Fixes gh-4394
9 years ago
Rob Winch
2deb1cda9f
Delete SecurityWebFilterChain in favor of DefaultWebFilterChain
...
Fixesh gh-4393
9 years ago
stonio
dbda7e35a4
Update index.adoc - add missing callout
...
To fix WARNING: index.adoc: line 988: no callouts refer to list item 1
9 years ago
stonio
335a01577a
Typo "he" -> "the"
9 years ago
Matt Raible
3624ba5b4e
Remove Okta Add Authorization Server section
...
Fixes gh-4391
9 years ago
Rob Winch
a34bf01754
HelloWebfluxApplicationTests do not start a server
9 years ago
Rob Winch
30132892a0
Polish UserDetailsResourceFactoryBean Support
...
Issues: gh-4380 gh-4381 gh-4382
9 years ago
Rob Winch
6db418f47b
Use RequestPath
...
Fixes gh-4389
9 years ago
Rob Winch
6c286696b4
Work Around SPR-15651
...
Issue gh-4386
9 years ago
Rob Winch
337317a060
WebFlux now uses ParsingPathMatcher
...
Fixes gh-4388
9 years ago
Rob Winch
554768f1e4
Remove use of HttpRequestPathHelper
...
Fixes gh-4387
9 years ago
Rob Winch
6428cb411e
Add UserDetailsRepositoryResourceFactoryBean
...
Add the ability to easily create a UserDetailsRepository from a Properties
in the standard Spring Security user format.
Fixes gh-4382
9 years ago
Rob Winch
4cb77e5386
Add UserDetailsManagerResourceFactoryBean
...
Add the ability to easily create a UserDetailsManager from a Properties
in the standard Spring Security user format.
Fixes gh-4381
9 years ago
Rob Winch
256d14ede0
Add UserDetailsResourceFactoryBean
...
Add the ability to create a Collection<UserDetails> from a Properties
Resource using the standard Spring Security user format.
Fixes gh-4380
9 years ago
Rob Winch
d09fb5b500
Move UserDetailsRepository to core.userdetails
...
Fixes gh-4383
9 years ago
Rob Winch
fd244eb95c
Add Artifactory Deploy to Jenkinsfile
9 years ago
Rob Winch
32751a2ce7
Update to spring-build-conventions 0.0.2.BUILD-SNAPSHOT
9 years ago
Joe Grandja
eb6bd9bea9
Update groupId io.projectreactor.addons -> io.projectreactor
...
Fixes gh-4377
9 years ago
Rob Winch
5dee8534cd
Update SecurityJackson2Modules
...
Fixes gh-4370
9 years ago
Thai Ha
489ffcfce5
UserInfoTypeConverter is registered if client is registered
...
Fixes gh-4364
9 years ago
Joe Grandja
6c0ecea494
Use java.util.Function instead of Converter
...
Fixes gh-4323
9 years ago
Rob Winch
ac6a86fb5f
Fixes for changes in SPR-15397
9 years ago
Joe Grandja
ae17cc255b
Implement protected resource call flow in oauth2login sample
...
Fixes gh-4362
9 years ago
Rob Winch
e5eda24054
Add ServerWebExchangeMatcherEntry
9 years ago
Rob Winch
915de03f42
Polish ExchangeMutatorWebFilter Support
...
Issue gh-4343
9 years ago
Rob Winch
6aa7f05579
Polish ExchangeMutatorWebFilter usage
9 years ago
Joe Grandja
545339c663
Change AuthorizationGrantType from enum to class
...
Fixes gh-4291
9 years ago
Joe Grandja
4476df93e9
Change ResponseType from enum to class
...
Fixes gh-4292
9 years ago