[API] SSO 다중 도메인 로그인 작업 커밋

This commit is contained in:
2026-03-31 17:46:33 +09:00
parent 07683e843d
commit 9da2585f29
50 changed files with 466 additions and 722 deletions
+1 -8
View File
@@ -13,19 +13,12 @@ spring:
minimum-idle: 1 # 최소로
connection-timeout: 10000
idle-timeout: 30000
data:
redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
password: ${REDIS_PASSWORD}
session:
store-type: redis
timeout: 7200 # 2시간 (초 단위)
redis:
namespace: spring:session:alist
logging:
config: classpath:logback-pjt.xml
@@ -36,7 +29,7 @@ jwt:
cookie:
secure: true # 프로젝트 환경 (HTTPS)
domain: api-alist.pjt.kr # sso 인증시 주석해제
domain: api-alist.pjt.kr
name: ALIST_SSO
same-site: None