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
Joe Grandja
336e247e70
Change AccessToken.TokenType from enum to class
...
Fixes gh-4293
9 years ago
Joe Grandja
435e389609
Change ClientAuthenticationMethod from enum to class
...
Fixes gh-4313
9 years ago
Joe Grandja
e5ceeb4e22
Resolve compile errors -> MockServerExchangeMutator removed
...
Fixes gh-4356
9 years ago
Joe Grandja
68368c87ca
Resolve compile errors -> WebTestClient methods removed
...
Fixes gh-4355
9 years ago
Joe Grandja
86d0fd77a7
Fix HelloWebflux tests
...
Fixes gh-4353
9 years ago
Matt Raible
dd8952f700
Update Okta instructions in oauth2Login sample
...
Fixes gh-4352
9 years ago
Joe Grandja
3ccf6764c1
Handle unsuccessful UserInfo response
...
Fixes gh-4351
9 years ago
Joe Grandja
521feb9a1b
Update Boot samples to 2.0.0.M1
...
Fixes gh-4339
9 years ago
Rob Winch
bc141febdb
Demo mock support with RouterFunction
9 years ago
Rob Winch
a79a81cd24
Simplify webflux samples
...
Remove the custom user from the hellowebflux and hellowebfluxfn samples.
9 years ago
Rob Winch
3440909fc9
ServerWebExchangeMatcher returns Mono<MatchResult>
9 years ago
Rob Winch
39f7a14126
Merge pull request #4347 from thomasdarimont/issue/fix-javadoc-for-HeadersConfigurer
...
Fix JavaDoc for HeadersConfigurer
9 years ago
Thomas Darimont
9e6b10ce46
Fix JavaDoc for HeadersConfigurer
...
Corrected copy-paste error.
9 years ago
Rob Winch
247635ed92
WebFluxSecurityConfiguration defaults HTTP Basic
...
Fixes gh-4346
9 years ago
Rob Winch
1cec497a50
Add method chaining for AuthorizeExchangeBuilder
...
Fixes gh-4345
9 years ago
Rob Winch
0428cdd934
Add @EnableWebFluxSecurity
...
Fixes gh-4344
9 years ago
Rob Winch
7bc98db23c
Add WebTestClient test support
...
SecurityExchangeMutators
Fixes gh-4343
9 years ago
Rob Winch
7b703a3b98
SecurityContextRepositoryServerWebExchange defaults to principal
...
This is necessary for the test support to work
Issue gh-4343
9 years ago
Rob Winch
3c7c256fc9
WebTestHandler now returns wrapped ServerWebExchange
...
For easier testing WebTestHandler now obtains the wrapped
ServerWebExchange objects.
9 years ago
Rob Winch
d9c7f42b4c
Rename Application->HelloWebFluxApplication
9 years ago
Rob Winch
93dd10917c
Update to Boot 2.0.0.M1
...
Fixes gh-4339
9 years ago
Rob Winch
f01989ff49
Add hellowebfluxfn
...
Fixes gh-4338
9 years ago
Rob Winch
07234f6255
Switch back to Spring Framework 5.0.0.BUILD-SNAPSHOT
9 years ago
Rob Winch
22c1685d70
Use AssertionsForClassType
9 years ago
Rob Winch
7b8ed826b8
Build against Cairo SNAPSHOTs again
9 years ago
Rob Winch
e5f2e72843
Sort gradle.properties
9 years ago
Rob Winch
e631805635
Remove RedirectMatcher
...
This is no longer necessary now that Spring 5 is the minimum version.
Fixes gh-4092
9 years ago
Rob Winch
d81b436e5d
Remove pom.xml from build
...
Gradle is easy enough to import into IDEs, so pom.xml should no
longer be necessary.
This commit removes the pom.xml files from the build.
Fixes gh-4283
9 years ago
Rob Winch
0e4fd349a9
Next developmenet version
9 years ago
Rob Winch
f279346dac
Release 5.0.0.M1
9 years ago
Rob Winch
c05fc951d8
Disable OSSRH Deploy
...
For the release disable OSSRH Deploy since we will release only
to Artifactory for the milestone. We cannot deploy to OSSRH because
we have RC dependencies that are not in Maven Central.
9 years ago
Rob Winch
221d4f8fb1
Document WebFlux What Is New
...
Issue gh-4325
9 years ago
Vedran Pavic
e9427e421b
Update Spring version
9 years ago
Vedran Pavic
85719fcd64
Use Base64 implementation provided by Java 8
9 years ago
Rob Winch
fe37d0f5f9
Update to spring-build-conventions 0.0.1.RELEASE
9 years ago