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
Copy file name to clipboardExpand all lines: README.md
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -578,6 +578,23 @@ These settings are optional unless marked otherwise:
578
578
| Authorization Server ID | The ID of the Okta authorization server, set ID for a custom authorization server, will use default otherwise. Default `default`|`--authz-id [value]`|`OKTA_AWSCLI_AUTHZ_ID`|
579
579
| Custom STS Role Session Name | Customize STS Role Session Name. Default `okta-aws-cli`|`--aws-sts-role-session-name [value]`|`OKTA_AWSCLI_STS_ROLE_SESSION_NAME`|
580
580
581
+
### Interactive Selection with Fuzzy Search
582
+
583
+
When multiple IdPs or Roles are available, `okta-aws-cli` presents an interactive
584
+
picker with fuzzy search capabilities. This makes it easy to find the right
0 commit comments