Bad Request xboxlive

Byte Invision 1 Reputation point
2022-10-06T20:15:24.28+00:00

Hello, please help me!
I'm trying to get a user token with AuthMethod - RPS, but i keep getting 400 Bad Request error, I'm tired of dealing with it!
Anser:

IPS\Http\Response Object  
(  
    [httpResponseVersion] => 1.1  
    [httpResponseCode] => 400  
    [httpResponseText] => Bad Request  
    [httpHeaders] => Array  
        (  
            [Cache-Control] => no-cache, no-store  
            [Content-Length] => 0  
            [MS-CV] => RXMWS2A7E0CjHJu8NzuC8Q.0  
            [X-Content-Type-Options] => nosniff  
            [X-XblCorrelationId] => 00000000-0000-0000-0000-000000000000  
            [Date] => Thu, 06 Oct 2022 20:04:35 GMT  
        )  
  
    [cookies] => Array  
        (  
        )  
  
    [content] =>   
)  

My body for post request to url https://user.auth.xboxlive.com/user/authenticate:

{  
    "Properties": {  
        "AuthMethod": "RPS",  
        "SiteName": "user.auth.xboxlive.com",  
        "RpsTicket": "d=MY_ACCESS_TOKEN"  
    },  
    "RelyingParty": "https://auth.xboxlive.com",  
    "TokenType": "JWT"  
}  

What's wrong? Please, help me!

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,800 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Byte Invision 1 Reputation point
    2022-10-07T20:00:57.903+00:00

    Any support please?

    0 comments No comments