quanngo
Results
1
comments of
quanngo
``` import logging from superset.security import SupersetSecurityManager class CustomSsoSecurityManager(SupersetSecurityManager): def oauth_user_info(self, provider, response=None): logging.debug("Oauth2 provider: {0}.".format(provider)) if provider == 'drhSSO': # As example, this line request a GET to base_url...