You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/sigmaguides/src/security_oauth/security_oauth.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,17 @@ Click on the `Refresh Token` checkbox.
241
241
242
242
Enter the `Sign-in redirect URIs` for Sigma. Remove the default one by clicking on the `x` button and then click `+ Add URI`
243
243
244
-
If running Sigma on AWS, use:
244
+
<asideclass="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 <ahref="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.
0 commit comments