지정한 소셜 네트워크로 인증하기 위해 사용자를 페이지로 리디렉션합니다.
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 |
client_id required | integer 애플리케이션 ID입니다. OAuth 2.0 클라이언트 생성하기를 수행한 후에 가져옵니다. |
state required | string 추가 사용자 확인에 사용되는 값입니다. 종종 CSRF 공격을 완화하는 데 사용됩니다. 이 값은 응답으로 반환됩니다. 8개 기호보다 길어야 합니다. |
response_type required | string OAuth 2.0 프로토콜을 사용하도록 설정한 프로젝트에서 사용하는 권한 부여 유형입니다. 응답으로 사용자 인증 코드를 가져오려면 |
redirect_uri | string 계정 확인, 인증 성공 또는 암호 재설정 확인 후 사용자를 리디렉션할 URL입니다. 이 매개 변수를 설정하려면 고객 성공 관리자에게 문의하거나 csm@xsolla.com로 이메일을 보내주십시오. 알림
프로젝트 설정에 리디렉션 URI가 두 개 이상 있는 경우 이 매개 변수가 필요합니다. |
scope | string 범위는 OAuth 2.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. |
phone_only | boolean Default: false Arrange xsolla wallet form behaivior values:
|
리디렉션
잘못된 요청
잘못된 요청
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
curl --request GET \ --url 'https://login.xsolla.com/api/oauth2/social/{provider_name}/login_redirect?redirect_uri=SOME_STRING_VALUE&client_id=SOME_INTEGER_VALUE&scope=SOME_STRING_VALUE&state=SOME_STRING_VALUE&response_type=SOME_STRING_VALUE&locale=SOME_STRING_VALUE&phone_only=false'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}
You can change or withdraw your consent at any time by going back to Privacy settings.
By clicking "Accept all", you give us consent to process your personal data and set all cookies. Alternatively, you can customize your preferences in Settings.