Add client credentials authentication filter
Fixes gh-5
This commit is contained in:
committed by
Joe Grandja
parent
4c8f89af5c
commit
18b09af3e9
@@ -4,6 +4,7 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'com.nimbusds:oauth2-oidc-sdk'
|
||||
implementation project(':spring-authorization-server-core')
|
||||
|
||||
testImplementation('org.springframework.boot:spring-boot-starter-test') {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
|
||||
Reference in New Issue
Block a user