MSNTV 2/Services/Login: Difference between revisions
Jump to navigation
Jump to search
imported>Admin (Created page with "MSNTV 2 SG URLs for login. All are currently undocumented. * <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Authorize</code> - URL used for...") |
No edit summary |
||
Line 1: | Line 1: | ||
MSNTV 2 SG URLs for login. All are currently undocumented. | MSNTV 2 SG URLs for login. All are currently undocumented. | ||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Authorize</code> - URL used for <code>connection::login</code> service. | * <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Authorize</code> - URL used for <code>connection::login</code> service. POSTs some box info to BoxCheck after running. | ||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Nightly</code> - URL used for <code>connection::nightly_login</code> service. Possibly used to log a box in for nightly updates/email checks. | * <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Nightly</code> - URL used for <code>connection::nightly_login</code> service. Possibly used to log a box in for nightly updates/email checks. | ||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ReAuthorize</code> - URL used for <code>connection::reconnect</code> service. Possibly used for relogin. | * <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ReAuthorize</code> - URL used for <code>connection::reconnect</code> service. Possibly used for relogin. | ||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ResetPassword</code> - URL used for <code>connection:resetpassword</code> service. Presumably used for password reset services. | * <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ResetPassword</code> - URL used for <code>connection:resetpassword</code> service. Presumably used for password reset services. | ||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=BoxCheck&purpose=Authorize</code> - Contacted after <code>connection::login</code> is finished. Gets POSTed info about the box connecting to authenticate. | |||
* <code>sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=UserCheck&purpose=Authorize&t=[Token]</code> - Contacted after BoxCheck is finished. <code>&t=</code> is assumed to be a Passport token generated by the Passport servers. The user is assumed to be authenticated here, then gets sent to <code>home::home</code> |
Latest revision as of 22:01, 16 September 2022
MSNTV 2 SG URLs for login. All are currently undocumented.
sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Authorize
- URL used forconnection::login
service. POSTs some box info to BoxCheck after running.sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=Nightly
- URL used forconnection::nightly_login
service. Possibly used to log a box in for nightly updates/email checks.sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ReAuthorize
- URL used forconnection::reconnect
service. Possibly used for relogin.sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=Bootstrap&purpose=ResetPassword
- URL used forconnection:resetpassword
service. Presumably used for password reset services.sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=BoxCheck&purpose=Authorize
- Contacted afterconnection::login
is finished. Gets POSTed info about the box connecting to authenticate.sgX.trusted.msntv.msn.com/connection/GatePage.aspx?phase=UserCheck&purpose=Authorize&t=[Token]
- Contacted after BoxCheck is finished.&t=
is assumed to be a Passport token generated by the Passport servers. The user is assumed to be authenticated here, then gets sent tohome::home