【8.0.2】更新sso配置

pull/57/MERGE v8.0.2
fengshuonan 2023-11-08 10:49:22 +08:00
parent 78e7844de3
commit 0e3aee9c5c
3 changed files with 2 additions and 15 deletions

View File

@ -77,11 +77,6 @@ public interface AuthConstants {
*/
String KAPTCHA_SESSION_KEY = "KAPTCHA_SESSION_KEY";
/**
* jwtssotoken
*/
String SYS_AUTH_SSO_JWT_SECRET = "aabbccdd";
/**
* ssojwtpayload
*/

View File

@ -101,16 +101,6 @@ public class AuthConfigExpander {
return ConfigContext.me().getSysConfigValueWithDefault("SYS_SESSION_EXPIRED_SECONDS", Long.class, 3600L);
}
/**
* jwtssotoken
*
* @author fengshuonan
* @since 2021/5/25 22:39
*/
public static String getSsoJwtSecret() {
return ConfigContext.me().getSysConfigValueWithDefault("SYS_AUTH_SSO_JWT_SECRET", String.class, SYS_AUTH_SSO_JWT_SECRET);
}
/**
* sso
*

View File

@ -0,0 +1,2 @@
delete from sys_config where config_code = 'SYS_AUTH_SSO_JWT_SECRET';
UPDATE `sys_dict` SET `dict_name` = '单点客户端配置' WHERE `dict_id` = 1526221204984197121;