From eb0bf183073302d86d7cc59e111718d9f9461a6e Mon Sep 17 00:00:00 2001 From: happybell80 Date: Wed, 17 Sep 2025 20:40:49 +0900 Subject: [PATCH] Add NAVER WORKS console configuration details - Add both callback URLs (normal and passport) - Add OIDC Logout Redirection setting - Match actual console configuration requirements --- ...0916_네이버웍스_캘린더_API_연동_가이드.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ideas/250916_네이버웍스_캘린더_API_연동_가이드.md b/ideas/250916_네이버웍스_캘린더_API_연동_가이드.md index e43d77e..cd0d502 100644 --- a/ideas/250916_네이버웍스_캘린더_API_연동_가이드.md +++ b/ideas/250916_네이버웍스_캘린더_API_연동_가이드.md @@ -61,9 +61,11 @@ ### 1.3. OAuth 설정 -- **Redirect URL**: `https://auth.ro-being.com/auth/naverworks/callback` - - **주의**: 콘솔에서 auth.robeing.com → auth.ro-being.com 변경 필요 - - **패턴**: Gmail/Slack과 동일하게 auth.ro-being.com 도메인 사용 +- **구성원 계정 인증 Redirect URL** (콘솔 설정): + - `https://auth.ro-being.com/auth/naverworks/callback` (일반 로그인) + - `https://auth.ro-being.com/auth/naverworks/passport/callback` (Passport 로그인) +- **OIDC Logout Redirection**: + - `https://example.com` (기본값 유지) - **활성화된 Scopes**: - `openid`, `profile`, `email` (OIDC 사용자 식별용) - `calendar` (캘린더 읽기/쓰기)