Quote:
Originally Posted by arpitamunjal 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 it to zimbra.
3)my open souce API's for auth should each time see whether the token is valid.
Query
? i want to know the method where zimbra does the validation of token so that i can replace it with my method and call that open source API's each time to check whether toke is valid or not.
?Do i need to have zimbra token also to use for all zimbra applications,can i override it with mine.
?ALSO DOES DIRECTLOGIN AS SPECIFIED IN PREAUTH.TXT DOES AUTHENTICATION THRU MY API's or i have to use zimbra SOAP API's.Actually i dont have an idea of SOAP.
Please help me sought my problem and can u be a little more specific.
Thanks |
1) Yes. The Pre-Auth process allows this. In short you generate a hash and pass it to the zimbra server.
2) Yes. The Authorization code is passed to the server via the URL or POST.
3) How you manage your own token is up to you.
You could replace this mechanism, but it really is simply. Better to work with it I suspect. You don't need to work with SOAP at all.