Search found 3 matches

by bje
Tue Jun 26, 2018 4:04 am
Forum: Developers
Topic: how to authentication without password
Replies: 1
Views: 3425

how to authentication without password

Hi, I'm trying authentication without password in login.jsp my step is.. I will receive parameter like a id(uername) for zimbra account before access login.jsp I need a "zm_auth_token" for users and "zm_admin_auth_token" for admin so, what should i do in java language please let ...
by bje
Mon Jun 25, 2018 7:09 am
Forum: Developers
Topic: Redirect url before login? or add plugin?
Replies: 1
Views: 2610

Re: Redirect url before login? or add plugin?

and then, I want to connect zimbra with other systems I am wondering how to enter zimbra url, log in and redirect to another system. When I log in to another system and access zimbra, I want to know how to authenticate automatically with user information in DB and create token without log in newly. ...
by bje
Mon Jun 25, 2018 3:40 am
Forum: Developers
Topic: Redirect url before login? or add plugin?
Replies: 1
Views: 2610

Redirect url before login? or add plugin?

Hi, maybe this is the most stupid question for this week/month I try to connect other system and mattermost system… I just wondering that If I access /login url, how to redirect to other url before login or authentication. And I wondering http request intercept before login… to other sso so, how to ...