Amazon AWS: IAM with TVM
问题 I'm working on an iOS App. I would like to setup user authentication. i.e. User provides a username and password, and gets authenticated with TVM. The user access to AWS resources is regulated based on their credentials. How do I set this up? Is IAM with TVM enough to setup a Username/Password authentication? Do I need a third party authentication provider like Singly or StormPath? I would like the user to get authenticated and receive a "profile" which may include firstName, lastName, etc.