feat: SSO(OIDC) 연동 및 Trusted RP 기능 구현 (Phase 2)

- openid-client 기반 SSO Discovery 및 클라이언트 초기화
- jose를 이용한 동적 JWKS 생성 및 엔드포인트(/well-known/jwks.json) 구현
- OIDC 백채널 인증 흐름 시뮬레이션 및 상세 로그 추가
- .env 기반 환경 설정 및 보안 처리
This commit is contained in:
2026-04-09 14:15:12 +09:00
parent 5dd6449d28
commit ea2b96c9a5
4 changed files with 204 additions and 25 deletions

View File

@@ -11,6 +11,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1"
"dotenv": "^17.4.1",
"express": "^5.2.1",
"jose": "^6.2.2",
"openid-client": "^5.7.1"
}
}