GitHub user orangewolf added a comment to the discussion: How to implement both OAuth2 authentication and traditional username/password login simultaneously?
@dosu provide an overridden login view (overriding `flask_appbuilder/templates/appbuilder/general/security /login_db.html`) that contains both the user/pass login and the sso button. show how to add this overridden view to the helm based deployment GitHub link: https://github.com/apache/superset/discussions/32472#discussioncomment-15248497 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
