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

Add OAuth Support for HTTP Interface Client

Closes gh-16858
This commit is contained in:
Rob Winch
2025-05-08 16:21:09 -05:00
parent 502b0b7f95
commit b2325e4176
31 changed files with 1647 additions and 22 deletions
+3
View File
@@ -39,6 +39,8 @@ dependencies {
testImplementation project(':spring-security-config')
testImplementation project(path : ':spring-security-config', configuration : 'tests')
testImplementation project(':spring-security-test')
testImplementation project(':spring-security-oauth2-client')
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'com.unboundid:unboundid-ldapsdk'
testImplementation libs.webauthn4j.core
testImplementation 'org.jetbrains.kotlin:kotlin-reflect'
@@ -49,6 +51,7 @@ dependencies {
testImplementation 'org.springframework:spring-webmvc'
testImplementation 'jakarta.servlet:jakarta.servlet-api'
testImplementation 'io.mockk:mockk'
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"
testImplementation "org.junit.jupiter:junit-jupiter-engine"