auth token 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) .
2)next now i am in zimbra after getting token from someother party,now i am using all services of zimbra but i want to use my token instaed of zimbra token.
3)zimbra uses his own token to run all the applications ie mail etc. So do i need to override my token with zimbra token or its not needed.What i want is whenever zimbra tries to validate its token i override that method so that it uses my API' method to check the validity of token.
Than i looked at the code and Zimbra has a method isExpired() so override that and call my API's method which will tell whether my toke is valid or not.Would this solve my purpose ,wee i am not sure.
Also i am thinking do i need to change in all places ACCOUNT_STATUS.
Please help |