You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/07 12:25:35 UTC

[GitHub] [superset] dpgaspar commented on a change in pull request #17546: docs: Oauth_improve

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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org