Lucas Veber
Lucas Veber

Reputation: 1

Authenticator and PeerAuthenticator Not working Appengine endpoints

After upgrading to V2 Endpoints my API's that used @peerAuthenticator failed to validate the peer. I did the tests with the @Authenticator and had the same problem, ignored the execution.

I've created a repository on GitHub to test with an empty application.

The repository was created through the steps of google documentation.

Has anyone had the same problem? Any Solution for this?

Upvotes: 0

Views: 86

Answers (1)

saiyr
saiyr

Reputation: 2595

You did not set your authenticator or peer authenticator in your @Api or @ApiMethod annotation. See the Javadoc.

Upvotes: 0

Related Questions