sso update

This commit is contained in:
Rinjae
2025-11-27 17:59:26 +09:00
parent fa1346752d
commit 5095e7eef9
@@ -122,6 +122,9 @@ public class KjbProperty {
@KjbPropertyValue(key = "kjb.sso.nls_port", defaultValue = "13890")
@Min(1024) @Max(65535)
private int ssoNlsPort = 13890;
@KjbPropertyValue(key = "kjb.sso.ignore_validation", defaultValue = "false")
private boolean ssoIgnoreValidation = false;
//
// @KjbPropertyValue(key = "kjb.sso.nd_server", defaultValue = "http://sso.kjbank.com:5480")
// @NotEmpty