simpleSSO를 연동 전에 아래 api를 호출하여 결과에 대한 내용을 확인 후에 sso 연동 해주시면 됩니다.
[Rest API 정보]
String BIMATRIX_URL = "https://rnd.bimatrix.co.kr/aud7";
String USER_CODE = "matrix";
String apiUrl = BIMATRIX_URL + "/api/auth/user-code/validation?userCode="+USER_CODE
{
"bizRtnCode": "",
"message": "",
"result": [
{
"key": "retCode",
"value": "1",
"attribute1": "",
"attribute2": null }
],
"resultMap": {},
"resultCnt": 1,
"updatedCnt": 0,
"attrMessage": "",
"attrMessage1": "",
"success": true }
retCode = 1 - 정상
= 900 - 사용자 존재 안함
= I - 사용자 계정 사용 중지
= L - 패스워드 오류 count를 초과하여 계정이 잠김