Skip to content

Commit f6ad9be

Browse files
docs - 51.4 (#11)
* bump version to 1.51.4 * package-lock
1 parent 1a8f2db commit f6ad9be

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,15 @@ From any Metabase page, click on the **gear** icon in the upper right and select
2626

2727
On the card that says **JWT**, click the **Setup** button.
2828

29-
### JWT Identity provider URI
29+
### JWT identity provider URI
3030

31-
In **JWT IDENTITY PROVIDER URI** field, paste `localhost:9090/sso/metabase` (or substitute your Cloud URL for localhost).
31+
In the **JWT IDENTITY PROVIDER URI** field, paste `localhost:9090/sso/metabase` (or substitute your Cloud URL for localhost).
32+
33+
In your `.env` this address is set as:
34+
35+
```
36+
VITE_AUTH_PROVIDER_URI="http://localhost:9090/sso/metabase"
37+
```
3238

3339
### String used by the JWT signing key
3440

client/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@metabase/embedding-sdk-react": "^1.51.3",
14+
"@metabase/embedding-sdk-react": "^1.51.4",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},

0 commit comments

Comments
 (0)