Add JWK Set Endpoint Filter

Closes gh-82
This commit is contained in:
Joe Grandja
2020-08-17 06:34:42 -04:00
parent 1ecafc9420
commit c30488cd30
4 changed files with 323 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ dependencies {
compile springCoreDependency
compile 'com.fasterxml.jackson.core:jackson-databind'
testCompile project(path: ':spring-security-crypto2', configuration: 'tests')
testCompile 'org.springframework:spring-webmvc'
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'