alejandroparra commented on a change in pull request #17546:
URL: https://github.com/apache/superset/pull/17546#discussion_r794981170



##########
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:
       It doesn't give a crash log, it just doesn't work, I was trying the 
OAUTH with google, and didn't authenticate until I added the rest of the 
dependencies. I've spent about 10 days on that




-- 
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]

Reply via email to