πŸ“Œ LINE Login Scopes

Scope Data(EN) Data(KR) Justification (for review submission)
profile User ID, display name μ‚¬μš©μž ID, 이름 We request the profile scope to identify the user and display their name and profile image in the service interface. This is essential for login and personalization.
openid OpenID Connect ID token μ•±/채널 λ‹¨μœ„ 고유 μ‹λ³„μž We request the openid scope to securely authenticate users using the standard OpenID Connect protocol. This is necessary to verify the user’s identity on our platform.
email Email address 이메일 μ£Όμ†Œ We request the email scope to create or link user accounts within our system and to provide account recovery and notification services. This ensures proper account management.
(Optional) profile+ (e.g., gender, birthdate, phone, address) Additional personal information (e.g., gender, date of birth, phone number, postal address) 성별, 생일, μ „ν™”λ²ˆν˜Έ, μ£Όμ†Œ, 우편번호 λ“± We only request additional profile+ data if required by specific services, such as age verification for restricted content, or phone number for secure reservation confirmation. These are requested only when strictly necessary.
**ID Token μ˜ˆμ‹œ**

{
  "iss": "<https://access.line.me>",
  "sub": "U1234567890abcdef1234567890abcdef",   // μ‚¬μš©μž 고유 ID
  "aud": "1234567890",                        // λ°œκΈ‰λœ μ•±(Channel) ID
  "exp": 1504169092,                          // 토큰 만료 μ‹œκ° (UNIX time)
  "iat": 1504165492,                          // 토큰 λ°œκΈ‰ μ‹œκ° (UNIX time)
  "nonce": "09876-54321",                     // μš”μ²­ μ‹œ 보낸 nonce (μž¬μƒ 곡격 λ°©μ§€)
  "amr": ["pwd"],                             // 인증 μˆ˜λ‹¨ (예: password)
  "name": "Taro Line",                        // μ‚¬μš©μžμ˜ LINE ν‘œμ‹œ 이름 (profile scope ν•„μš”)
  "picture": "https://sample_line.me/aBcdefg12345.png",  // ν”„λ‘œν•„ 이미지 URL (profile scope ν•„μš”)
  "email": "[email protected]"                 // 이메일 (email scope ν•„μš”)
}

πŸ“Œ Facebook Login Scopes

Scope Data(EN) Data(KR) Justification (for review submission)
public_profile (default) User ID, name μ‚¬μš©μž ID, 이름 We request the public_profile scope to identify the user and display their basic profile information in our service.
email Email address 이메일 μ£Όμ†Œ We request the email scope to create or link user accounts in our CRM, and to support account recovery and essential notifications.
(Optional) user_gender, user_birthday, user_friends Gender, birthday, friend list 성별, 생일, 친ꡬ 리슀트 λ“± We only request additional information if required for specific services (e.g., age verification or personalized recommendations). These scopes are requested only when strictly necessary and are accompanied by clear user consent.