コマンドオプションサンプル:aws sts assume-role-with-saml

コマンドサンプルを検索した結果です。

SAML認証応答を介して認証されたユーザーの一時的なセキュリティ資格情報のセットを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sts/assume-role-with-saml.html

aws sts assume-role-with-saml --role-arn arn:aws:iam::ACCOUNTNUMBER:role/IAM_ROLE --principal-arn arn:aws:iam::ACCOUNTNUMBER:saml-provider/SAML_PROVIDER --saml-assertion BASE64_ENCODED_RESPONSE
    AWS CLI を使用して SAML 認証情報を呼び出し、保存する : http://aws.amazon.com/jp/premiumsupport/knowledge-center/aws-cli-call-store-saml-credentials/
aws sts assume-role-with-saml --role-arn arn:aws:iam::000000000000:role/ADFS-developer --principal-arn arn:aws:iam::000000000000:saml-provider/fujimoto-home --saml-assertion
    Active Directory資産を活用したAWS API認証 | Developers.IO : http://dev.classmethod.jp/cloud/aws/adfs-assume-saml/
aws sts assume-role-with-saml the SAML as..." />
    Allow SAML assertions from file? 揃 Issue #3452 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/3452
aws sts assume-role-with-saml --role-arn arn:aws:iam::
    EC2上に構築したOpenAMのSAMLv2.0FederationよりSSOを実装する : http://qiita.com/orihomotakanat/items/0f519beca64fa47c7d8f
aws sts assume-role-with-saml \
    amazon web services - How to capture SAML Response for AWS Federated Access - Stack Overflow : http://stackoverflow.com/questions/50617327/how-to-capture-saml-response-for-aws-federated-access
aws sts assume-role-with-saml --role-arn
    Tech DebugFebruary 2015 - Tech Debug : http://techdebug.com/blog/2015/02/
aws sts assume-role-with-saml which looked promising until you discover you need as a parameter the base64 encoded saml response. A cli command that requires a base64 encoded string response from a service producing a verbose markup language really isn't a cli. Aws - have you heard of Oauth2.0
    Identity Providers : http://www.finbourne.com/engineering/identity-providers

aws のオプション一覧