From 984539bede624109950abd0a3e97ec11f9645034 Mon Sep 17 00:00:00 2001 From: Sam Weaver Date: Wed, 28 Feb 2024 14:21:24 -0500 Subject: [PATCH] Update docs describing `sso_role_name` parameter This document incorrectly suggests `sso_role_name` corresponds to an IAM role, when it actually corresponds to an IAM Identity Center permission group. --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 298cf0cc6..3219ad94c 100644 --- a/USAGE.md +++ b/USAGE.md @@ -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.