Oh.I get it now :)
On Fri, Jun 24, 2016 at 8:57 AM, Prabhjyot Singh
wrote:
> Yes, it's mostly to do with how browser is designed to work with basic
> auth.
>
> Follow this link, for a detailed explanation;
> http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic
Yes, it's mostly to do with how browser is designed to work with basic auth.
Follow this link, for a detailed explanation;
http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication
.
On 24 Jun 2016 8:49 a.m., "Abhisar Mohapatra"
wrote:
> Thanks a lot.
Thanks a lot.It worked. shiro.ini changes was not required.I just worked
with the code change. Can you just tell me the gist of the problem ? .I
read the code but I am not so good in javascript so couldn't figure out the
exact problem.
Thanks,
Abhisar
On Thu, Jun 23, 2016 at 7:10 PM, Prabhjyot Si
Hi Abhisar,
I was able to figure out as why it didn't work for you with the last patch,
can you check the latest patch.
Also, can you try/test with following config in shiro.ini
[users]
> admin = admin
> user1 = user1
>
> [main]
> sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessi
Nopes .It doesn't.Only in case of new window if opened,it asks for relogin
else it just redirects to same page without logout
On Thu, Jun 23, 2016 at 3:21 PM, Prabhjyot Singh
wrote:
> Hi Abhisar,
>
> I've just created a PR (https://github.com/apache/zeppelin/pull/1071) for
> this fix. Can you ap
Hi Abhisar,
I've just created a PR (https://github.com/apache/zeppelin/pull/1071) for
this fix. Can you apply this patch and test, if that works for you.
On 23 June 2016 at 08:40, Abhisar Mohapatra
wrote:
> Yeah this I explored.It only gets plugged into LDAP or CAS now through
> shiro. Have to
Yeah this I explored.It only gets plugged into LDAP or CAS now through
shiro. Have to figure out a way to integrate with existing SSO and then use
JWT for all permission stuff.
Anyways Thanks :)
On Wed, Jun 22, 2016 at 11:43 PM, Rob Anderson
wrote:
> There was a bug fix / enhancement that went o
There was a bug fix / enhancement that went out last week, to support
group-to-role mappings, from a directory server, via ldap(s) calls. See
https://github.com/apache/zeppelin/pull/986. I'm not sure if it's
compatible with JWT tokens, I would guess not.
I'm using AD on the back end. I've got gr