You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document incorrectly suggests `sso_role_name` corresponds to an IAM role, when it actually corresponds to an IAM Identity Center permission group.
Copy file name to clipboardExpand all lines: USAGE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -572,7 +572,7 @@ If your organization uses [AWS IAM Identity Center](https://aws.amazon.com/iam/i
572
572
*`sso_start_url` The URL that points to the organization's AWS IAM Identity Center user portal.
573
573
*`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.
574
574
*`sso_account_id` The AWS account ID that contains the IAM role that you want to use with this profile.
575
-
*`sso_role_name` The name of the IAM role that defines the user's permissions when using this profile.
575
+
*`sso_role_name` The name of the Identity Center Permission Group that defines the user's permissions when using this profile.
576
576
577
577
Here is an example configuration using AWS IAM Identity Center for single sign on.
0 commit comments