Sample to run Apache SuperSet with Google SSO.
Create your OAuth web service and get api keys on GCP Console.
You must set redirect url to http://localhost:8080/oauth-authorized/google
.
Then you set client_id and client_secret to config/superset_config.py
Modify config/custom_sso_security_manager.py ALLOW_DOMAINS constant to your Google workspace domain.
docker-compose up
Then access to http://localhost:8080