OIDC登出重定向URI允许为空

pull/55/MERGE
awenes 2023-09-25 09:20:36 +08:00
parent 59ab918f8f
commit 099a6a0dd2
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ public class AppOidcStandardSaveConfigParam implements Serializable {
/**
* URI
*/
@NotNull(message = "登出重定向URI不能为空")
@Schema(description = "登出重定向URI")
private List<@NotBlank(message = "登出重定向URI不能为空") @URL(message = "登出重定向URI格式不正确") String> postLogoutRedirectUris;