1
0
forked from baron/baron-sso
Commit Graph

23 Commits

Author SHA1 Message Date
kyy
097caf395c 타이틀 크기 및 상단 패딩 밀림 제거 2026-05-20 13:41:15 +09:00
kyy
54fb7b4db6 타이틀 이모티콘 로고 제거 2026-05-20 13:41:15 +09:00
kyy
222dc6f4a4 adminfront 상단 화면 i18n 정리 2026-05-20 13:41:15 +09:00
5496735e2f make dev/dev-debug 구분. 2026-05-20 13:34:19 +09:00
0155ee4ee7 front류 개발모드에서는 세션 갱신 끄기 2026-05-20 11:48:31 +09:00
5e7b7b878c 테넌트 목록 조회 cursor기반으로 재구성. 사용자 metadata 미사용 필드 제거 2026-05-13 18:05:51 +09:00
13dee9ae9b adminfront 개요 통계 추가 2026-05-06 16:14:52 +09:00
7f955e2122 style: fix formatting issues caught by biome in adminfront 2026-04-21 17:11:08 +09:00
4427ab1f85 fix: resolve admin session infinite reload loop and sync auth state
- Prevent infinite redirection loop by clearing oidc-client user state on 401 errors.
- Sync apiClient request interceptor to use userManager.getUser() for reliable token retrieval.
- Add extensive console logs for better session issue diagnosis.
- Fix TS error in LoginPage by updating button variant.
- Revert 'ae03fe1' (updated playwright fixtures to real domain) as requested.
2026-04-21 17:06:03 +09:00
0f79b7635b fix: resolve OIDC session state issue and synchronize portal sessions
Details:
- Backend: Extract Kratos session cookies and propagate via SetCookies in AuthInfo.
- Backend: Include sessionJwt and token during OIDC flows in PasswordLogin.
- UserFront: Add _silentSessionRecovery in main.dart to recover session via cookies if localStorage token is missing.
- UserFront: Update AuthProxyService, AuthTokenStore, AuthNotifier to support silent recovery and immediate local state update before redirect.
- AdminFront/DevFront: Fix OIDC authority to point directly to Gateway proxy and add recovery/error UI components.
2026-04-21 14:10:27 +09:00
kyy
c6ddf7c485 code check 오류 수정 2026-04-09 16:45:26 +09:00
kyy
24f477a28e adminfront 로그인 페이지에 auto redirect SSO 진입 추가 2026-04-09 14:37:49 +09:00
e40dd8120e adminfront 로그인 해결 2026-02-19 18:02:47 +09:00
74884f6616 린트 적용 2026-02-12 10:39:47 +09:00
ab2a5462d4 refactor: 보안 정책 준수를 위해 Keto 포트 외부 노출 제거 및 내부 통신으로 변경 #239 2026-02-11 16:25:02 +09:00
bb7f3a7b25 fix: 팝업 로그인 시에도 redirect_uri를 항상 포함하여 콜백 처리 보장 #243 2026-02-11 15:57:58 +09:00
50209a1506 fix: SSO 팝업 로그인 시 postMessage 흐름 보장 및 콜백 페이지 팝업 대응 #243 2026-02-11 15:41:27 +09:00
2c6322db60 refactor: 별도의 /ssologin 경로 대신 기존 /signin 경로를 사용하도록 수정 #243 2026-02-11 15:26:37 +09:00
9d7c28b1c1 feat: SSO 로그인 리다이렉션 흐름 구현 (userfront & adminfront 연동) #243 2026-02-11 15:20:17 +09:00
3163514227 fix: 환경변수 USERFRONT_URL 직접 참조 및 SSO 경로(/ssologin) 수정 #243 2026-02-11 14:57:32 +09:00
2864a946f2 feat: 어드민 로그인 방식을 SSO 팝업 연동 방식으로 변경 #243 2026-02-11 14:32:37 +09:00
8856485265 feat: 어드민 프론트엔드 로그인 및 로그아웃 기능 구현 #243 2026-02-11 12:46:09 +09:00
Lectom C Han
1aaa772907 userfront로 리펙토링 완료 2026-01-28 08:28:25 +09:00