mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 939adf887b
			
		
	
	
		939adf887b
		
			
		
	
	
	
	
		
			
			* Docs #8973: Superset with SSO docs * Superset support for mysql & postgres db * remove unwanted field from yaml * Fix pylint * Fix superset tests * Fix sample data connection * ci fix & review comments * cypress & defualt provider fix
		
			
				
	
	
	
		
			887 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			887 B
		
	
	
	
	
	
	
	
| title | slug | 
|---|---|
| Superset | /connectors/dashboard/superset/sso | 
Superset with SSO
OpenMetadata utilizes Superset REST APIs 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 mysqlorpostgresdatabase connection details.