xbox-webapi-csharp
xbox-webapi-csharp copied to clipboard
Can no longer Authenticate
Hi,
Seems to be getting 403 Forbidden on attempts at Authentication, both Web & Headless. This appears to be a recent issue as this has only just stopped working recently. Tried with multiple accounts, same result.
Thanks
Is this project still maintained? At the very least is there someone around to verify this isnt an issue with my accounts?
The issue exists within the Xbox Authentication Service Users (XASU). The 403 response is useless and does not really contain any information on what the problem is otherwise i would (attemp to) fix it myself.
Thanks
No it is not maintained anymore
Try to prefix RPSTicket in XASURequest with d= .. so value is d=...accessToken...
Try to prefix
RPSTicketin XASURequest withd=.. so value isd=...accessToken...
Hi,
Thank you for your suggestion. Unfortunately this just results in a 400 Bad Request. Your help is much appreciated however.
Thank You
Hi,
An update to this -
I have figured out where the problem lies.
The problem seems to be with the Access Token that is retrieved and is causing the XASURequest to fail with a 403.
Line - [AccessToken = new AccessToken(windowsLiveTokens);] in [AuthenticateAsync()] in [AuthenticationService,cs].
I know this because I have injected a known working Access Token into the XASURequest and everything works correctly.
Any thoughts?
Thanks
@tuxuser Found the problem.
Client ID "0000000048093EE3" no longer appears to work. Changing this to a known working Client ID Fixes the issue.
Thanks
Nice you figured it out and thx for reporting back.
I will keep this issue open for others to see.