dpgaspar commented on a change in pull request #17546: URL: https://github.com/apache/superset/pull/17546#discussion_r780232191
########## 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: That does not make sense to me, why does it fail? do you have the crash log? -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org