Skip to content

Commit ceea7b3

Browse files
authored
Merge pull request #9961 from Naomi-L/9.11.0.cl
scal-203353
2 parents 39be5e2 + 8a64ce1 commit ceea7b3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

cloud/modules/ROOT/pages/connections-redshift-azure-ad-oauth.adoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:page-aliases: /admin/ts-cloud/ts-cloud-embrace-redshift-azure-ad-oauth.adoc
88
:connection: Redshift
99
:description: ThoughtSpot supports Microsoft Azure Active Directory (AD) OAuth for a Redshift connection.
10-
:jira: SCAL-160062
10+
:jira: SCAL-160062, SCAL-203353
1111

1212
ThoughtSpot supports Microsoft Azure Active Directory (AD) OAuth for a {connection} connection.
1313
With Azure AD OAuth, the authorization server generates an access token from Azure AD on behalf of the ThoughtSpot user which authenticates them with {connection} and authorizes ThoughtSpot to query the database using their {connection} user account.
@@ -52,10 +52,11 @@ Example: `Redshift OAuth User Resource`
5252
. After the application is created, select *Expose an API* from the left navigation pane. If this is your first setup, *Set* appears to the right of the *Application ID URI*.
5353
+
5454
image:redshift-expose-api.png[Expose an API]
55-
55+
+
56+
[#step-8]
5657
. Next to *Application ID URI*, select *Set* and change its value from `api://<alphanumeric value>` to `\https://<alphanumeric value>` and select *Save*.
5758
+
58-
image:redshift-app-uri-oauth-client2.png[Change the Application ID URI value from api:// to https://]
59+
image:redshift-app-uri-oauth-client2.png[Change the Application ID URI value from api: to https:]
5960
+
6061
NOTE: The Application ID URI must be unique within your organization's directory, such as `\https://your.company.com/4d2a8c2b-a5f4-4b86-93ca-ack45667`.
6162

cloud/modules/ROOT/pages/connections-redshift-reference.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:experimental:
66
:connection: Redshift
77
:description: Learn the specific information needed to establish a secure connection to Amazon Redshift.
8+
:jira: SCAL-203353
89

910
You need specific information to establish a seamless and secure connection.
1011
The following fields are required, except where noted.
@@ -23,7 +24,7 @@ Database:: Specify the database associated with the account.
2324
(IAM only) Secret Key:: Specify the secret key associated with the account.
2425
(OAuth only) OAuth Client ID:: Enter the OAuth client ID associated with the {connection} database.
2526
(OAuth only) OAuth Client Secret:: Enter the OAuth client secret associated with the {connection} database.
26-
(OAuth only) Scope:: (External OAuth) Scope maps to a role in your Snowflake database.
27+
(OAuth only) Scope:: Scope maps to a role in your Snowflake database.
2728
+
2829
For OAuth with Azure AD provider, it should be similar to `\https://<APPLICATION_ID_URI>/session:role:developer offline_access openid`.
2930
For more information, see: xref:connections-redshift-azure-ad-oauth.adoc#step-8[part 1, step 8] in Configure Azure AD external OAuth for a {connection} connection.

0 commit comments

Comments
 (0)