We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f19ca commit 04c85dcCopy full SHA for 04c85dc
README.md
@@ -126,7 +126,7 @@ aws sts get-caller-identity --profile=nonprod_saml_admin
126
You can use `aws-cli-auth` as the external process. Add the following lines to your `.aws/config` file.
127
128
```
129
-[profile test_nonprod_iag]
+[profile test_nonprod]
130
region = eu-west-1
131
credential_process=aws-cli-auth saml -p https://your-idp.com/idp/foo?PARTNER=urn:amazon:webservices --principal arn:aws:iam::XXXXXXXXXX:saml-provider/IDP_ENTITY_ID -r arn:aws:iam::XXXXXXXXXX:role/Developer -d 3600
132
0 commit comments