File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ requests or any positive contribution. See [CONTRIBUTING.md](CONTRIBUTING.md).
28
28
contains full instructions for using the Toolkit.
29
29
- See other [ AWS SDKs and Tools] ( https://docs.aws.amazon.com/sdkref/latest/guide/overview.html ) .
30
30
31
+ ## Frequently Asked Questions (FAQ) / Troubleshooting
32
+
33
+ [ Go to page.] ( ./docs/faq-credentials.md )
34
+
31
35
## Feedback
32
36
33
37
We want your feedback!
Original file line number Diff line number Diff line change
1
+ # FAQ / Troubleshooting
2
+
3
+ ### AWS Builder ID "Invalid client provided"
4
+
5
+ During AWS Builder ID sign in, some users ran in to this error in the browser.
6
+ This is due to a stale state in ` ~/.aws/sso ` .
7
+
8
+ Issue [ aws-toolkit-vscode #3667 ] ( https://github.com/aws/aws-toolkit-vscode/issues/3667 )
9
+
10
+ #### Solution
11
+
12
+ 1 . Rename the current folder: ` mv ~/.aws/sso ~/.aws/sso-OLD `
13
+ 2 . Attempt to sign in again with AWS Builder ID
14
+ 3 . If sign is is successful you can remove the old folder: ` rm -rf ~/.aws/sso-OLD `
15
+ 1 . Or revert the change: ` mv ~/.aws/sso-OLD ~/.aws/sso `
You can’t perform that action at this time.
0 commit comments