Skip to content

Commit

Permalink
Update failed-snowflake-oauth-connection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Nov 9, 2024
1 parent 01a8790 commit 9b4fd96
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ sidebar_label: 'Receiving `Failed to connect to database` error'

1. If you see this error:

```shell

Failed to connect to DB: xxxxxxx.snowflakecomputing.com:443. The role requested in the connection or the default role if none was requested in the connection ('xxxxx') is not listed in the Access Token or was filtered.
Please specify another role, or contact your OAuth Authorization server administrator.

```
```shell
Failed to connect to DB: xxxxxxx.snowflakecomputing.com:443. The role requested in the connection or the default role if none was requested in the connection ('xxxxx') is not listed in the Access Token or was filtered.
Please specify another role, or contact your OAuth Authorization server administrator.
```
2. Edit your OAuth Security integration and explicitly specify this Scope mapping attribute:

Check warning on line 16 in website/docs/faqs/Troubleshooting/failed-snowflake-oauth-connection.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/faqs/Troubleshooting/failed-snowflake-oauth-connection.md#L16

[custom.UIElements] UI elements like 'Edit' should be bold.
Raw output
{"message": "[custom.UIElements] UI elements like 'Edit' should be bold.", "location": {"path": "website/docs/faqs/Troubleshooting/failed-snowflake-oauth-connection.md", "range": {"start": {"line": 16, "column": 4}}}, "severity": "WARNING"}
Expand Down

0 comments on commit 9b4fd96

Please sign in to comment.