From 74078488a1ddcce0a8fc9e9e36163f64967307f7 Mon Sep 17 00:00:00 2001 From: shidaobang Date: Thu, 20 Mar 2025 14:38:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B5=84=E6=BA=90=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=BD=BF=E7=94=A8=20oidc=20=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/risenet-y9boot-webapp-code/src/main/resources/application.yml b/risenet-y9boot-webapp-code/src/main/resources/application.yml index 8b52b93..9169b2a 100644 --- a/risenet-y9boot-webapp-code/src/main/resources/application.yml +++ b/risenet-y9boot-webapp-code/src/main/resources/application.yml @@ -198,10 +198,10 @@ y9: protectedUrlPatterns: /vue/* opaque: #- 客户端唯一标示,由认证服务提供商分配 - client-id: clientid + client-id: clientid_oidc #- 客户端密钥,由认证服务提供商分配 - client-secret: secret + client-secret: secret_oidc #- 认证服务器验证访问令牌有效性的路径 - introspection-uri: http://localhost:7055/sso/oauth2.0/introspect + introspection-uri: http://localhost:7055/sso/oidc/introspect #- 认证服务器获取用户信息路径 - profile-uri: http://localhost:7055/sso/oauth2.0/profile + profile-uri: http://localhost:7055/sso/oidc/profile