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
+57-6Lines changed: 57 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -578,6 +578,37 @@ 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
585
+
option even when you have many roles configured.
586
+
587
+
**Features:**
588
+
-**Fuzzy search**: Type to filter options - matches are highlighted
589
+
-**Smart filtering**: Search is performed on the role/IdP name only (the part after the last `/`), not the full ARN
590
+
-**Keyboard navigation**: Use `↑`/`↓` arrows to navigate, `Enter` to select, `Esc` to cancel
591
+
-**Scroll indicators**: Shows count of items above/below when list is long
0 commit comments