I have read all the documents and tutorials, also granted all the permissions for all the users.

However, on the service Browse page, I got "Authentication failed: 1" for any service I tested.

Is there any misconfiguration?

Comments

marcingy’s picture

Status: Active » Postponed (maintainer needs more info)

What autheciation method are you using?

skyredwang’s picture

Status: Postponed (maintainer needs more info) » Active

I tried No Authentication, and Key Authentication. But all I got back was "Authentication failed:1"

marcingy’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

By no authenciation do mean setting keys and sess id to be off?

With keys did you set up a key called localhost and enable permissions on the key to access methods?

I can't replicate the issue you are having.

marcingy’s picture

Status: Postponed (maintainer needs more info) » Fixed

I think I have found the issue after speaking to someone else who uses the module.

Under the current release if no authenication is enabled the module will automatically fail on authenication. If you want to run with no authenication, disable keys and sess id. There is a patch at moment http://drupal.org/node/465546 which needs review which will actually introduce an explict no authenication method.

marcingy’s picture

Status: Fixed » Closed (fixed)