Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud/features/single_sign_on.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/cloud/tcloud_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down