Skip to content
Snippets Groups Projects
Commit 7a947be1 authored by Maz Ameli's avatar Maz Ameli
Browse files

add Next links

parent e8827c99
Branches
Tags
No related merge requests found
......@@ -23,3 +23,8 @@ These are additional settings you can fill in to pass user attributes to Metabas
**First Name attribute:** the key to retrieve each JWT user's first name.
**Last Name attribute:** if you guessed that this is the key to retrieve each JWT user's last name, well then you have been paying attention.
---
## That's it!
Still need help? Feel free to reach out to us at the support email address you were provided.
......@@ -30,3 +30,8 @@ These settings allow Metabase to automatically get each user's email address and
The settings that Metabase defaults to here might work for you out of the box, but you can override them if you know that your settings are different.
Each of these input boxes needs a URI that points to the location of a SAML attribute.
---
## Next: JWT-based SSO
If SAML isn't your bag, find out how to enable [JWT-based SSO](authenticating-with-jwt.md).
......@@ -73,3 +73,8 @@ This comes in handy when linking to a dashboard or question with multiple filter
**Customizing link text**
You can also optionally customize what text should be displayed in each cell of this column. You can also use the double braces variable syntax here. The way we've used this in the example above is to refer to the value of our `Product ID` column in a sentence that makes it clearer what will happen when the cell is clicked. So `Look up {{PRODUCT_ID}} in our catalog` gets turned into `Look up Awesome Concrete Shoes in our catalog` in the corresponding cell.
---
## Next: SAML SSO
Find out how to enable [SAML-based SSO](authenticating-with-saml.md).
......@@ -104,3 +104,8 @@ Now, when I log in as this user and look at the `Orders` table, I only see the c
#### Current limitations
Currently, a user can only have one sandbox per table. I.e., if a user belongs to two user groups, both of which have been given sandboxed access to the same table, that user will not be able to access data from that table. You will either need to remove that user from one of those groups, or remove the sandboxed access from one of those groups.
---
## Next: white labeling
Learn how to quickly add your own logo and customize the way Metabase looks with [white labeling](whitelabeling.md).
......@@ -4,6 +4,6 @@ The Enterprise Edition of Metabase provides added functionality and solutions fo
* [Sandboxing data based on user attributes](data-sandboxes.md)
* [Customizing how Metabase looks with white labeling](whitelabeling.md)
* [Customizing drill-through for charts and tables](customizing-drill-through.md)
* [Authenticating with SAML](authenticating-with-saml.md)
* [Authenticating with JWT](authenticating-with-jwt.md)
* [Customizing drill-through for charts and tables](customizing-drill-through.md)
......@@ -14,3 +14,8 @@ You can customize the colors that Metabase uses throughout the app:
* **Nav bar color:** you can optionally specify a separate color for the nav bar; otherwise it defaults to the Primary color.
* **Accent colors:** these are the colors that are used for some icons, secondary buttons, elements of the graphical query builder, and chart colors.
* **Additional chart colors:** as the name implies, these are additional colors that are included in the charting options to give your lines, bars, and pie slices some extra pizazz.
---
## Next: customizing drill-through
Find out how you can [customize drill-through](customizing-drill-through.md) when users click on a chart to go to a custom destination.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment