mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 12:08:47 +00:00
14 lines
887 B
Markdown
14 lines
887 B
Markdown
![]() |
---
|
||
|
title: Superset
|
||
|
slug: /connectors/dashboard/superset/sso
|
||
|
---
|
||
|
|
||
|
# Superset with SSO
|
||
|
|
||
|
OpenMetadata utilizes [Superset REST APIs](https://superset.apache.org/docs/api/) to retrieve metadata from Superset. These APIs support two modes of authentication: `db` and `ldap`. At this time, `OAuth` authentication is not supported by these APIs.
|
||
|
|
||
|
Although the Superset REST APIs do not support OAuth authentication, there are still two ways for a user to authenticate through the API:
|
||
|
|
||
|
- **Using admin user credentials**: When a Superset instance is initialized, a default admin user is created with the username and password both set as "admin". This admin user can be used to authenticate to the Superset APIs via the "db" authentication mode.
|
||
|
|
||
|
- **Using database credentials**: You can fetch metadata from superset instance by providing the `mysql` or `postgres` database connection details.
|