SSO 토큰 생성
목차
Request
[POST] https://api.solapi.com/appstore/v2/sso/connect
앱 오너의 권한으로 회원가입 혹은 이미있는 회원정보를 확인하여 SSO 토큰을 생성합니다.
Authorization 인증 필요
계정 권한 | 회원 권한 | 계정 상태 | 회원 상태 | 계정 인증 |
---|---|---|---|---|
appstore:write | role-appstore:write | ACTIVE | ACTIVE | O |
Request Structure
{
"appId": "string",
"email": "email",
"password": "string",
"customerKey": "string"
}
Body Params
Name | Type | Required | Description |
---|---|---|---|
appId | string | O | 앱 아이디 |
email | O | 이메일 | |
password | string | O | 설명 없음 |
customerKey | string | O | 설명 없음 |
문서 생성일 : 2022-12-26