2단계 인증 환경값 추가

This commit is contained in:
nhj 2026-04-07 10:50:48 +09:00
parent 4953c90feb
commit b9d2bedc85
13 changed files with 40 additions and 12 deletions

View File

@ -12,7 +12,11 @@
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16/"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/openJDK16">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
<attributes>

View File

@ -96,8 +96,8 @@ public class SsoController
log.info(">>>>>>>>>>>>>>> /main/ssoDirectlogin.do <<<<<<<<<<<<<<<");
// --- SSO 연동 Start ---------------------------------
// boolean bSsoAuthYn = false;
boolean bSsoAuthYn = true;
boolean bSsoAuthYn = false;
// boolean bSsoAuthYn = true;
// sso 인증처리

View File

@ -44,4 +44,6 @@
client : hpnote
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -46,4 +46,5 @@
client : urp
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -51,4 +51,6 @@
client : keiti
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -46,4 +46,6 @@
client : kic
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck : Y
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -45,4 +45,6 @@
client : kic
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck : Y
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -60,4 +60,6 @@
client : kintex
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -52,5 +52,7 @@
client : kordi
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -1,16 +1,22 @@
# Service port
server:
port: 11020
port: 443
servlet:
session:
timeout: 120m
cookie:
name: BASEJSP_JSESSIONID
ssl:
enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
key-store-type: PKCS12
# key-store: classpath:sslkey/STAR.keiti.re.kr.jks
key-store: D:/z_temp_pro/itsm_ssk_key/STAR.keiti.re.kr.jks
key-store-password: keiti123
# ssl:
# enabled: true #Spring Security를 사용하는 경우 HTTPS 요청만 허용하도록 해주는 설정
# key-store-type: PKCS12
# key-store: classpath:sslkey/STAR.keiti.re.kr.jks
# key-store: D:/z_temp_pro/itsm_ssk_key/STAR.keiti.re.kr.jks
# key-store-password: keiti123
# key-alias: keiti.re.kr
@ -54,6 +60,6 @@
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck : Y
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn : N
GoogleOtpUseYn :

View File

@ -52,5 +52,7 @@
client : local
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -46,4 +46,5 @@
client : vmware
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :

View File

@ -52,5 +52,7 @@
client : yp21
# 2026.03.12 URL 권한 체크 여부
urlAuthCheck :
# 2026.04.02 GoogleOTP 사용여부 체크
GoogleOtpUseYn :