Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: nataliefiann <[email protected]>
  • Loading branch information
runleonarun and nataliefiann authored Nov 12, 2024
1 parent ae0245d commit d6f13bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ sidebar_label: 'Receiving `Failed to connect to database` 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.
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:
2. Edit your OAuth Security integration and explicitly specify this scope mapping attribute:
```sql
ALTER INTEGRATION <my_int_name> SET EXTERNAL_OAUTH_SCOPE_MAPPING_ATTRIBUTE = 'scp';
Expand Down

0 comments on commit d6f13bb

Please sign in to comment.