This technique is an alternative to a username/password style of authentication, where the token can be granted based on a property of the client.
The control flow is as follows:
- The client SWF requests an authentication token from a third party.
- The third party returns the token to the client.
- The client sends the token with its connection request.
- Flash Media Server verifies the token with the third party system.
- Flash Media Server accepts the connection.