Add NAVER WORKS console configuration details

- Add both callback URLs (normal and passport)
- Add OIDC Logout Redirection setting
- Match actual console configuration requirements
This commit is contained in:
happybell80 2025-09-17 20:40:49 +09:00
parent e61491800a
commit eb0bf18307

View File

@ -61,9 +61,11 @@
### 1.3. OAuth 설정 ### 1.3. OAuth 설정
- **Redirect URL**: `https://auth.ro-being.com/auth/naverworks/callback` - **구성원 계정 인증 Redirect URL** (콘솔 설정):
- **주의**: 콘솔에서 auth.robeing.com → auth.ro-being.com 변경 필요 - `https://auth.ro-being.com/auth/naverworks/callback` (일반 로그인)
- **패턴**: Gmail/Slack과 동일하게 auth.ro-being.com 도메인 사용 - `https://auth.ro-being.com/auth/naverworks/passport/callback` (Passport 로그인)
- **OIDC Logout Redirection**:
- `https://example.com` (기본값 유지)
- **활성화된 Scopes**: - **활성화된 Scopes**:
- `openid`, `profile`, `email` (OIDC 사용자 식별용) - `openid`, `profile`, `email` (OIDC 사용자 식별용)
- `calendar` (캘린더 읽기/쓰기) - `calendar` (캘린더 읽기/쓰기)