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

cleanup

parent b6f90bce
Branches
Tags
No related merge requests found
## JWT-based Authentication
**This feature is available in the Enterprise edition of Metabase**
You can connect Metabase to your JWT-based identity provider to allow your Metabase users to authenticate through it.
### Enabling JWT authentication
......
## Authenticating with SAML
**This feature is available in the Enterprise edition of Metabase**
Connecting Metabase to your SAML identity provider lets your team access Metabase with ease through SSO.
### Enabling SAML authentication
......
## Customizing drill-through
Out of the box, Metabase comes with some handy actions that you can access when you click on parts of a table or chart: you can filter, break out, zoom in, or x-ray things you click.
......
## Sandboxing your data
**This feature is available in the Enterprise edition of Metabase**
Say you have users who you want to be able to log into your Metabase instance, but who should only be able to view data that pertains to them. For example, you might have some customers or partners who you want to let view your Orders table, but you only want them to see their orders. Metabase has a feature called sandboxing that lets you do just that.
The way it works is that you pick a table that you want to sandbox for users in a certain group, then customize how exactly you want to filter that table for those users. For this to work in most cases you’ll first need to add attributes to your users so that Metabase will know how to filter things for them specifically.
......
......@@ -7,7 +7,3 @@ The Enterprise Edition of Metabase provides added functionality and solutions fo
* [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)
First things first, you'll need to install Metabase. If you haven’t done that yet, our [Installation Guide](../operations-guide/start.html#installing-and-running-metabase) will help you through the process.
Already done with that? Then let’s start by going over how to [connect Metabase to your database](01-managing-databases.md).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment