From 83d3060b771c45bc250c7c956be7104c277ce1ec Mon Sep 17 00:00:00 2001 From: Afzal Jasani Date: Tue, 4 Mar 2025 09:23:47 -0800 Subject: [PATCH 1/2] fix auth command --- docs/cloud/tcloud_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/tcloud_getting_started.md b/docs/cloud/tcloud_getting_started.md index f7f2d0f49d..05a975455f 100644 --- a/docs/cloud/tcloud_getting_started.md +++ b/docs/cloud/tcloud_getting_started.md @@ -148,7 +148,7 @@ Now we're ready to connect your data warehouse to Tobiko Cloud: 2. If you are going through the SSO flow then, run the following command: ``` bash - tcloud sqlmesh auth + tcloud auth login ``` This will fire off the SSO flow and open a link in your browser to authenticate. From 1b5a7508771e78516275891efc33b2f52a04f5bb Mon Sep 17 00:00:00 2001 From: Afzal Jasani Date: Tue, 4 Mar 2025 15:23:09 -0800 Subject: [PATCH 2/2] fix attributes for SSO --- docs/cloud/features/single_sign_on.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/features/single_sign_on.md b/docs/cloud/features/single_sign_on.md index 37a684dec7..bc395331c0 100644 --- a/docs/cloud/features/single_sign_on.md +++ b/docs/cloud/features/single_sign_on.md @@ -126,7 +126,7 @@ Next, name your app "Tobiko Cloud". You can add the app logo by downloading the ![okta_setup_3](./single_sign_on/okta_setup_3.png) -2. Fill in the Attribute Statements section with email, first_name, and last_name: These are required to properly map to your users. +2. Fill in the Attribute Statements section with email, firstName, and lastName: These are required to properly map to your users. ![okta_setup_4](./single_sign_on/okta_setup_4.png)