지정된 소셜 네트워크로 인증하기 위해 사용자를 페이지로 리디렉션합니다.
provider_name required | string Name of the social network connected to Login in Publisher Account. Can be: If you store user data in PlayFab, only |
projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
login_url | string URL to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the Callback URL specified in the URL block of Publisher Account. For the scenario of a login error, the value should be identical to the the Error callback URL specified in the URL block of Publisher Account. To find the settings, go to Login > your Login project and select the Callback URLs section in the upper block. Required if there are several Callback URLs. |
fields | Array of strings non-empty 사용자 또는 소셜 네트워크에서 추가로 요청하고 JWT에 작성해야 하는 매개변수 목록입니다. 매개변수는 쉼표로 구분해야 합니다.
이메일을 입력한 후 사용자는 이메일 확인 메시지를 받습니다. 이메일 확인을 비활성화하려면 고객 성공 매니저에게 문의해야 합니다. |
payload | string Your custom data. The value of the parameter will be returned in the |
with_logout | string Default: "0" 기존 사용자 JWT 값을 비활성화하고 이 호출로 생성한 값을 활성화할지 여부를 표시합니다. 사용 가능한 값:
|
locale | string >= 2 characters Region in the
The list of social networks will be sorted from most to least used, according to the variable value. |
리디렉션
잘못된 요청
잘못된 요청
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
curl --request GET \ --url 'https://login.xsolla.com/api/social/{provider_name}/login_redirect?projectId=SOME_STRING_VALUE&login_url=SOME_STRING_VALUE&fields=SOME_ARRAY_VALUE&payload=SOME_STRING_VALUE&with_logout=0&locale=SOME_STRING_VALUE'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}