Thanks a lot.
So authentication is checked on basis of the fields in AuthToken.java.right.
Thanks agiain
Type: Posts; User: arpitamunjal; Keyword(s):
Thanks a lot.
So authentication is checked on basis of the fields in AuthToken.java.right.
Thanks agiain
Hey ,
can any one tell what's the relation between Zimbra id and Authtoken.java class Account id.
Thnanks
No,
I will explain ,i have my own application for authentiaction and it returns me a token and has its own expiry time,u supply yr credentials and it tell yes authenticated.I want to use this and...
no i will call my external API whenever zimbra token checks for validity ie i think thru isExpire() method and return back thru my external API to tell that token created thru my API is valid and so...
quick question :-
is zimbra token=encoded(account id,admin account id,expire time,isAdmin,isDomainAdmin)
Ur reply would really help.
Thanks
Thnaks i know how to create my own token,i just wanted to find other than expiration time of 12 hrs what r other parameters that it uses to validate a token suppose when its sending a mail.It must...
hey everyone waiting for the reply on what zimbra does with authtoken,when does it check for validity of token in which service
could u just elaborate on how to communicate mine and zimbra token for auth
thnak i know all of u would be buged up,but please help.This is the way i need.I have to find a way to call my method for validation of token whereever zimbra tries to validate.
If u could tell me...
Hi thanks first for the quick response.
Ya i already have an application built on some open souce API's thru which auth is done and this application also gives token and expiration time.
So want to...
Thanks but the problem is i dont want to use zimbra token for vaildation and zimbra is using its token for validation everywhere(if it does validation everytime).
So i was thinking there has to be...
Hi,
Sorry but i think i am not able to express my prob.
Let me put it again my design.
1)I have a client which logins in some auth service outside zimbra and returns me token(not a zimbra token) ....
Once the user gets authenticated thru my own application ,i get the token from my application and now i redirect to Zimbra.
1)Do i need create Zimbra token for using all the services of Zimbra like...
Hi,
1)How to determine the validity of auth token in zimbra on what attrib its based
2)How zimbra creates auth token based ?
Is autologin to Zimbra from our application without passing the password( as mentioned in preauth.txt) same as authentication.
Hi,
Sorry but i coulnt get what u want to say properly.
Steps on what i want and plan to do:-
1)login in my client and do auth thru some other open souce API's and retrieve the token.
2)redirect...
Can i login in my application which automatically logins to zimbra also.
I do the authentication thru some other open source s/w and return the token or after validation i tell Zimbra to bypass it...
Hi,
i am new to zimbra ,want to find out how zimbra does authentication,i want to use my own auth method and put it back to zimbra
Any API where the auth is done
Can anyone help