Skip to content

Commit e619005

Browse files
docs: credentials/auth FAQ #3745
This will be our new FAQ page for common issues that we can easily update. Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 7b45ffc commit e619005

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ requests or any positive contribution. See [CONTRIBUTING.md](CONTRIBUTING.md).
2828
contains full instructions for using the Toolkit.
2929
- See other [AWS SDKs and Tools](https://docs.aws.amazon.com/sdkref/latest/guide/overview.html).
3030

31+
## Frequently Asked Questions (FAQ) / Troubleshooting
32+
33+
[Go to page.](./docs/faq-credentials.md)
34+
3135
## Feedback
3236

3337
We want your feedback!

docs/faq-credentials.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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`

0 commit comments

Comments
 (0)