alejandroparra commented on a change in pull request #17546: URL: https://github.com/apache/superset/pull/17546#discussion_r759666807
########## File path: docs/src/pages/docs/installation/configuring.mdx ########## @@ -118,6 +118,13 @@ Make sure the pip package [`Authlib`](https://authlib.org/) is installed on the First, configure authorization in Superset `superset_config.py`. ```python +from flask_appbuilder.security.manager import ( + AUTH_OID, + AUTH_REMOTE_USER, + AUTH_DB, + AUTH_LDAP, + AUTH_OAUTH, Review comment: hi @dpgaspar thanks for your answer, actually this is exactly the point of my request, I've spent an entire day trying to make the SSO with Google work and all I had to do was add the rest of the libraries in order to make it work, so as is, the current documentation will fail in step to step implementation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
