Karlodun commented on issue #17074: URL: https://github.com/apache/superset/issues/17074#issuecomment-945020850
@mayurnewase is the password hashed on client side or server side? Sad but true: I don't remember anymore how I managed it to get the impersonisation work, but probably there is a way to get it working? For my php tools I do the following: PHP is storing the password in session variable, while the username is stored on client side . Then PHP tool uses the credentials to authenticate against the DBMS. It is not using the credentials which are saved in user tables in DBMS. Or (one of my tools) is using the credentials to connect the PHP session to DBMS, which takes care of authentication. -- 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]
