Hi, I have a question. Can I pass the authorization from one web system to this zeppelin web system? I have a web system,and it has its own authorization.I want to integrate it with zeppelin. For example,when I logged in my web system as user1, and I click a link and jump to zeppelin system,I want it is also logged as user1. As I know,the Shiro or nginx is recommended,but their users and roles are written in a config file.My web system's users and roles are stored in Mysql database and I want the zeppelin to use the same users and roles. Can you give me some advise or examples?
Thanks.