Re: integrate authorization

2016-07-20 Thread Khalid Huseynov
As i checked once again, you can just implement your own class that extends AuthorizingRealm of Shiro. doGetAuthenticationInfo - for authentication doGetAuthorizationInfo - for authorization you can use https://github.com/apache/zeppelin/pull/1173 as an example Best, Khalid. On Thu, Jul 21, 201

Re: integrate authorization

2016-07-20 Thread Khalid Huseynov
Yes, I believe main point of #1173 is to have authentication using remote web server. It can be basically generalized to support what you're talking about. You may review that PR as well for more details. On Wed, Jul 20, 2016 at 10:37 PM, Corneau Dami

Re: integrate authorization

2016-07-20 Thread Corneau Damien
Hi, I know this PR https://github.com/apache/zeppelin/pull/1173 is implementing something a bit similar. Maybe that will give you some leads On Wed, Jul 20, 2016 at 9:18 PM, Hyung Sung Shim wrote: > Hi. > Unfortunetely There is no way to solve your problem on zeppelin level but > it seems like

Re: integrate authorization

2016-07-20 Thread Hyung Sung Shim
Hi. Unfortunetely There is no way to solve your problem on zeppelin level but it seems like interesting feature so could you create issue for this? 2016년 7월 20일 수요일, 仓库快满了님이 작성한 메시지: > Hi, > I have a question. > Can I pass the authorization from one web system to this zeppelin web > system? > I h

integrate authorization

2016-07-20 Thread ??????????
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 wan