diff --git a/docs/src/pages/docs/installation/configuring.mdx b/docs/src/pages/docs/installation/configuring.mdx index 53340a5c9..d4fc778f5 100644 --- a/docs/src/pages/docs/installation/configuring.mdx +++ b/docs/src/pages/docs/installation/configuring.mdx @@ -113,6 +113,8 @@ RequestHeader set X-Forwarded-Proto "https" Beyond FAB supported providers (Github, Twitter, LinkedIn, Google, Azure, etc), its easy to connect Superset with other OAuth2 Authorization Server implementations that support “code” authorization. +Make sure the pip package [`Authlib`](https://authlib.org/) is installed on the webserver. + First, configure authorization in Superset `superset_config.py`. ```python @@ -175,6 +177,10 @@ from custom_sso_security_manager import CustomSsoSecurityManager CUSTOM_SECURITY_MANAGER = CustomSsoSecurityManager ``` +Notice that the redirect URL will be `https:///oauth-authorized/` +When configuring an OAuth2 authorization provider if needed. For instance, the redirect URL will +be `https:///oauth-authorized/egaSSO` for the above configuration. + ### Feature Flags To support a diverse set of users, Superset has some features that are not enabled by default. For