diff --git a/power-admin/src/main/resources/config/config.properties b/power-admin/src/main/resources/config/config.properties index 09ea735..025b3bd 100644 --- a/power-admin/src/main/resources/config/config.properties +++ b/power-admin/src/main/resources/config/config.properties @@ -73,25 +73,25 @@ login.times = 3 #森亿SSO OIDC配置项 #由OIDC服务提供的client_id -client_id=6225028f50057f2c5923c0643f16cdd81144f6accfbfb785d291ed8852f4ac3c +client_id=WZH #由OIDC服务提供的client_secret -client_secret=144082e19b419304cc38cdd9df42f349782e96170a4337bc2f5f3dbdfeae0323 +client_secret=ClientSecret #OIDC服务的地址 -oidc_address= https://gitlab.com +oidc_address= http://10.100.12.12:37727 #鉴权服务地址(如果无法使用服务 #发现功能) -authorization_endpoint=/oauth/authorize +authorization_endpoint=/connect/authorize #获取Token接口(如果无法使用服 #务发现功能) -token_endpoint=/oauth/token +token_endpoint=/connect/token #用户信息接口(如果无法使用服务 #发现功能) -userinfo_endpoint=/oauth/userinfo +userinfo_endpoint=/connect/userinfo #访问地址 URL_ADDRESS=http://10.100.23.1:8080/power/ssoLogin/login