STS Federation

This page demonstrates AWS Federation. Using IAM credentials, an STS token is created and used.

0% Complete (success)

IAM User Access Key

IAM User Secret Key

0% Complete (success)

Step 2: Enter STS Customization


User name

Duration

Policy

0% Complete (success)

The STS Token

The STS token consists of the following components

STS Access Key ?
STS Secret Key ?
STS Session Token (packed policy) ?
STS Expiration ?
STS ARN ?
0% Complete (success)
 
???

Visit the URL on the left. Then, copy the result down here

Why is this so complicated?

Thanks to CORS; cross-origin resource sharing. Without it, a web page could contain Javascript that would crawl your LAN and send the results to the bad guys. Normally, Javascript can only access the URL it was downloaded from. Luckily, many AWS services allow access because they are CORS friendly. The IAM URL's are not so we cannot retrieve the token ourselves. Please do some copy-and-pasting.
0% Complete (success)
 
???

Visit the URL on the left

This should allow access to the AWS Console, using the STS Credentials and custom policy defined in the previous steps.