Skip to content

Commit

Permalink
Update docs describing sso_role_name parameter
Browse files Browse the repository at this point in the history
This document incorrectly suggests `sso_role_name` corresponds to an IAM role, when it actually corresponds to an IAM Identity Center permission group.
  • Loading branch information
weaversam8 committed Feb 28, 2024
1 parent e22aea1 commit 984539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ If your organization uses [AWS IAM Identity Center](https://aws.amazon.com/iam/i
* `sso_start_url` The URL that points to the organization's AWS IAM Identity Center user portal.
* `sso_region` The AWS Region that contains the AWS IAM Identity Center user portal host. This is separate from, and can be a different region than the default CLI region parameter.
* `sso_account_id` The AWS account ID that contains the IAM role that you want to use with this profile.
* `sso_role_name` The name of the IAM role that defines the user's permissions when using this profile.
* `sso_role_name` The name of the Identity Center Permission Group that defines the user's permissions when using this profile.

Here is an example configuration using AWS IAM Identity Center for single sign on.

Expand Down

0 comments on commit 984539b

Please sign in to comment.