Example of an Authentication for zimbra zoap

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
Rafael
Posts: 11
Joined: Tue Sep 06, 2016 2:49 pm

Example of an Authentication for zimbra zoap

Post by Rafael »

Hi,

I having problems with authentications with zimbra/Soap, and the error as occurring is:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>no valid authtoken present</faultstring>
<detail>
<Error xmlns="urn:zimbra">
<Code>service.AUTH_REQUIRED</Code>
<Trace>qtp509886383-4885709:https://10.100.11.25:443/service/soap/: ... 266</Trace>
</Error>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>


Someone have a example of how use the authentication?

I used the preauthkey for authtoken, is that right?

Best regards
Rafael
User avatar
msquadrat
Advanced member
Advanced member
Posts: 183
Joined: Mon Oct 14, 2013 10:09 am

Re: Example of an Authentication for zimbra zoap

Post by msquadrat »

The simplest way to get an example is to use zmprov with the --debug switch. Try

Code: Select all

zmprov --debug cto account
for example.
Post Reply