Re: Google OAuth in Zeppelin

2017-07-09 Thread Khalid Huseynov
Actually simple implementation for OpenId was done in https://github.com/apache/zeppelin/pull/2373 through shiro using buji-pac4j library as you said. This library provides integration realm for OAuth as well, so I think good starting point would be to configure buji-pac4j with OAuth realm, and the

Re: Google OAuth in Zeppelin

2017-07-09 Thread Jongyoul Lee
Hi, AFAIK, we have talked about OAuth, but didn't decide anything including how to implement it and how to support it. We are using shiro for authentication. Do you have any idea to support OAuth using Shiro? On Thu, Jun 29, 2017 at 2:15 AM, Akash Mishra wrote: > Hi *, > > Is there any plans to

Google OAuth in Zeppelin

2017-06-28 Thread Akash Mishra
Hi *, Is there any plans to enable OAuth based Authentication mechanism for Zeppelin. Going through some of the archive emails I found out people suggesting to use buji-pac4j but it looks like the integration is not very smooth. I was also looking at the Apache Oltu Project which helps in the hand