From c198d3c6b0339aee3c555299505323025b5b7695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 19 Jul 2025 14:00:11 +0800 Subject: [PATCH] OK --- gateway/.idea/workspace.xml | 7 +- .../oauth/oidc/config/SecurityConfig.java | 11 +-- .../CustomAuthenticationProvider.java | 88 ------------------- .../oidc/token/CustomAuthenticationToken.java | 61 ------------- oidc/src/main/resources/static/login.html | 11 +-- resourceservicehtml/index.html | 6 +- resourceservicehtmlb/index.html | 9 +- 7 files changed, 11 insertions(+), 182 deletions(-) delete mode 100644 oidc/src/main/java/com/tuoheng/oauth/oidc/provider/CustomAuthenticationProvider.java delete mode 100644 oidc/src/main/java/com/tuoheng/oauth/oidc/token/CustomAuthenticationToken.java diff --git a/gateway/.idea/workspace.xml b/gateway/.idea/workspace.xml index d79aa81..3e66953 100644 --- a/gateway/.idea/workspace.xml +++ b/gateway/.idea/workspace.xml @@ -5,7 +5,12 @@ - + + + + + +