docs: 补充 sso 模块遗漏的配置字段介绍

This commit is contained in:
click33
2025-05-10 17:32:42 +08:00
parent 7c35e6a859
commit a3c7568fc3
3 changed files with 96 additions and 35 deletions

View File

@@ -87,7 +87,7 @@ public class SaSsoServerConfig implements Serializable {
/**
* 所有允许的授权回调地址,多个用逗号隔开 (不在此列表中的URL将禁止下放ticket) (匿名 client 使用)
*/
public String allowUrl = "*";
public String allowUrl = "";
/**
* API 调用签名秘钥 (全局默认 + 匿名 client 使用)