1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Bearer WebClient Filter Authentication Propagation

Fixes: gh-7418
This commit is contained in:
Josh Cummings
2019-09-10 05:33:16 -06:00
parent c85358915a
commit 101e0a21a8
7 changed files with 407 additions and 30 deletions
+1
View File
@@ -35,6 +35,7 @@ dependencies {
testCompile project(':spring-security-test')
testCompile project(path : ':spring-security-core', configuration : 'tests')
testCompile project(path : ':spring-security-oauth2-client', configuration : 'tests')
testCompile project(path : ':spring-security-oauth2-resource-server', configuration : 'tests')
testCompile project(path : ':spring-security-web', configuration : 'tests')
testCompile apachedsDependencies
testCompile powerMock2Dependencies