Skip to content

Commit 6733aac

Browse files
committed
add note re:support URI
1 parent a55ef43 commit 6733aac

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

site/sigmaguides/src/security_oauth/security_oauth.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,17 @@ Click on the `Refresh Token` checkbox.
241241

242242
Enter the `Sign-in redirect URIs` for Sigma. Remove the default one by clicking on the `x` button and then click `+ Add URI`
243243

244-
If running Sigma on AWS, use:
244+
<aside class="positive">
245+
<strong>IMPORTANT:</strong><br> The redirect URI depends on both your cloud platform AND region. The format is:<br>
246+
<br>
247+
https://{{baseUrl}}/v2/oauth/1/authcode<br>
248+
<br>
249+
where {{baseUrl}} must be replaced with your specific region's API endpoint from the <a href="https://help.sigmacomputing.com/docs/region-warehouse-and-feature-support#supported-cloud-platforms-and-regions">Supported cloud platforms and regions table</a>.
250+
251+
Using an incorrect redirect URI will prevent OAuth authentication from working.
252+
</aside>
253+
254+
If running Sigma on AWS, use:
245255
```code
246256
https://aws-api.sigmacomputing.com/api/v2/oauth/1/authcode
247257
```

0 commit comments

Comments
 (0)