This document describes the process of authenticating to Microsoft Online (STS) and SharePoint Online using a security token from STS. It involves:
1. Sending username and password to STS to request a security token
2. STS responds with the security token
3. The security token is sent to SharePoint Online which responds with authentication cookies that are used for subsequent requests.