

X-Skype-Request-Id – session identifier from above Set-Cookie – CSRF token in csrf_token, request identifier in launcher_session_id User-Agent – must be set to that of a supported device, e.g. They have no profile information, just a display name. They can only access a single group conversation. Skype also supports the notion of a guest, who can access a conversation from an invite, without a Skype account.Ī guest account differs from regular accounts in that: Signinname – identifier of the linked Microsoft accountĮxpiresIn – number of seconds until the token expires Skypeid – username of the authenticated user


POST ¶Ĭonvert the Microsoft security token into a Skype token. Response body (token under BinarySecurityToken): The Skype token and expiry can be retrieved in the same fields as with a username/password login. Login – Skype username or Microsoft account email address Set-Cookie – include MSPRequ and MSPOK as obtained earlier, and CkTst with a timestamp in the standard format If all is well, a hidden field with identifier t will contain a token for the last step. Query ParametersĬookie – contains MSPRequ and MSPOK, both required for the next step Collect the value of the hidden field named PPFT. Authentication with either a Skype username or a Microsoft account requires calling out to the MS OAuth page, and retrieving the Skype token.
