riccardotreagles commented on issue #36117:
URL: https://github.com/apache/superset/issues/36117#issuecomment-5140492793
@lokeshMrudhul @ruruiye
@lokeshMrudhul your workaround didn't work for me. but I was able to figure
out.
I forced the usege of my login defined in my class, configured in
CUSTOM_SECURITY_MANAGER.
In my superset_config.py:
```
sm = app.appbuilder.sm
app.view_functions["SupersetAuthView.login"] = sm.auth_view.login
app.view_functions["AuthRemoteUserView.login"] = sm.auth_view.login
app.view_functions["AuthRemoteUserView.logout"] = sm.auth_view.logout
app.view_functions["AuthRemoteUserView.logout"] = sm.auth_view.logout
```
--
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]