Page 1 of 1

how to authentication without password

Posted: Tue Jun 26, 2018 4:04 am
by bje
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 me know, some guide or how to authentication without password..

Thank you :D

Re: how to authentication without password

Posted: Tue Jun 26, 2018 1:15 pm
by L. Mark Stone
bje wrote: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 me know, some guide or how to authentication without password..

Thank you :D
Have you referenced the SOAP API documentation yet?
https://wiki.zimbra.com/wiki/SOAP_API_R ... with_ZCS_8

Hope that helps,
Mark