Hi, AFAIK there was PR for supporting openid with shiro through buji-pac4j library in https://github.com/apache/zeppelin/pull/2373. This page https://github.com/bujiio/buji-pac4j contains some config examples for shiro, so possibly you could use it as a reference. For example the case of "googleOidClient" would fit for your case I believe.
On Wed, Jul 12, 2017 at 4:07 AM, Ben Vogan <[email protected]> wrote: > Hi all, > > Does anyone have instructions on how to configure Zeppelin for OAuth (I'm > trying to use Google)? > > Failing that, I can put Zeppelin behind an OAuth proxy, but would then > need a Shiro component that would take the user identity out of the request > headers and log the user in. Has anyone done something like this? > > Thanks, > -- > *BENJAMIN VOGAN* | Data Platform Team Lead > > <http://www.shopkick.com/> > <https://www.facebook.com/shopkick> <https://www.instagram.com/shopkick/> > <https://www.pinterest.com/shopkick/> <https://twitter.com/shopkickbiz> > <https://www.linkedin.com/company-beta/831240/?pathWildcard=831240> >
