Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm sorry for the confusion. Our recommended solutions for delivering session credentials are either the Token Vending Machine (which you referenced in your question) or web identity federation.</p> <p>For the TVM, as I mentioned in a comment, you should refer to the <a href="https://github.com/awslabs/aws-sdk-ios-samples" rel="nofollow">iOS samples repo</a> for implementation details. The samples include Objective-C code to interface with the two different sample implementations of the TVM, <a href="http://aws.amazon.com/code/8872061742402990" rel="nofollow">anonymous</a> and <a href="http://aws.amazon.com/code/7351543942956566" rel="nofollow">identity</a>. Included with the TVM implementations will be instructions for setting up and deploying them in Elastic Beanstalk.</p> <p>For web identity federation, you can checkout out our <a href="http://aws.amazon.com/articles/4617974389850313" rel="nofollow">S3 personal file store sample</a> which is included with the SDK. This sample has instructions for configuring all three supported identity providers (Facebook, Google, and Amazon).</p> <p>If you want more information about web identity federation, here are a number of other informational pages:</p> <ul> <li><a href="http://mobile.awsblog.com/post/Tx1P67OUG61P9CB/Adding-Web-Identity-Federation-with-Facebook-to-iOS-Projects" rel="nofollow">Adding Web Identity Federation with Facebook to iOS Projects</a></li> <li><a href="http://mobile.awsblog.com/post/Tx15RSS024YGKUL/Adding-Web-Identity-Federation-with-Facebook-to-Android-Projects" rel="nofollow">Adding Web Identity Federation with Facebook to Android Projects</a></li> <li><a href="http://docs.aws.amazon.com/STS/latest/UsingSTS/CreatingWIF.html" rel="nofollow">Creating Temporary Security Credentials for Mobile Apps Using Identity Providers</a></li> <li><a href="https://web-identity-federation-playground.s3.amazonaws.com/index.html" rel="nofollow">Web Identity Federation Playground</a> </li> </ul> <p>Once you have one of these two solutions configured, it should be a simple matter of modifying the policies applied to your session credentials to limit to the functionality you desire.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload