문의 시, 사용하시는 개발환경과 디벨로퍼스 앱ID를 알려주세요.
앱 ID : 1215991
안녕하세요.
비즈 앱 신청 완료 및 CI제공도 검수를 받고, 필수 동의로 설정된 것 확인했습니다.
로그인 시 연계정보(CI)도 필수로 선택하고 로그인을 했으나, 실제 token으로 조회 시 account_ci 가 반환되지 않는 것 같습니다.
본인인증이 된 제 개인 계정또한 ci 를 받지 못하고, 디벨로퍼스 앱 owner 계정으로 로그인 하더라도 ci를 받지 못하고 있습니다.
혹시 제가 잘못 호출하고 있는 것인지 검토 부탁드립니다.
/oauth/token 으로 API 호출의 응답값
{
“access_token”: “masking”,
“token_type”: “bearer”,
“refresh_token”: “masking”,
“expires_in”: 21599,
“scope”: “birthday account_email gender birthyear account_ci name”,
“refresh_token_expires_in”: 5183999
}
/oidc/userinfo 으로 API 호출의 응답값
{
“sub”: “masking”,
“name”: “masking”,
“email”: “masking”,
“email_verified”: true,
“gender”: “masking”,
“birthdate”: “masking”,
“phone_number”: “masking”,
“phone_number_verified”: true
}
CI가 없는 경우 못주는 것은 이해가 되나, 제 개인 계정의 경우 CI가 와야 하는 것으로 생각됩니다.
확인해보니 본인인증 2024년2월 자로 본인인증이 되어있는 계정입니다.
확인 해주시면 감사하겠습니다.