From daaf3d4bfa214481aac42623c8f64e02197f7c2b Mon Sep 17 00:00:00 2001 From: ID <304930518@qq.com> Date: Wed, 4 Feb 2026 17:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vetti-admin/src/main/resources/application-druid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vetti-admin/src/main/resources/application-druid.yml b/vetti-admin/src/main/resources/application-druid.yml index ba7c81c..3cca37a 100644 --- a/vetti-admin/src/main/resources/application-druid.yml +++ b/vetti-admin/src/main/resources/application-druid.yml @@ -220,7 +220,7 @@ oauth2: microsoft: client-id: 608cbc4f-3ee2-4f51-a72c-b2e3133fc5b2 # Azure Portal获取 client-secret: gvw8Q~dwG8Sv7HN3R3W3R7TQtcZyvrh88ZiJubPa # Azure Portal获取 - redirect-uri: https://vetti.hotake.cn/api/oauth2/callback/microsoft + redirect-uri: https://vetti.hotake.cn/oauth2/callback/microsoft scope: openid,email,profile,User.Read # 需要额外的User.Read权限才能读取用户信息 auth-uri: https://login.microsoftonline.com/common/oauth2/v2.0/authorize # 微软授权地址 token-uri: https://login.microsoftonline.com/common/oauth2/v2.0/token # 微软令牌地址 @@ -233,7 +233,7 @@ oauth2: linkedin: client-id: 86uq3opzshd3bq # LinkedIn Developer Portal获取 client-secret: WPL_AP1.mipgyxfgfBoN12Th.1TXeFg== # LinkedIn Developer Portal获取 - redirect-uri: https://vetti.hotake.cn/api/oauth2/callback/linkedin + redirect-uri: https://vetti.hotake.cn/oauth2/callback/linkedin scope: openid profile email # LinkedIn使用OpenID Connect,scope顺序和命名略有不同 auth-uri: https://www.linkedin.com/oauth/v2/authorization # LinkedIn授权地址 token-uri: https://www.linkedin.com/oauth/v2/accessToken # LinkedIn令牌地址