Does the Edge management API support OAuth?

Besides Basic Auth, does the Edge management API support making calls with OAuth tokens?

Solved Solved
0 5 477
1 ACCEPTED SOLUTION

AFAIK it's only secured via HTTP Basic Authentication..

View solution in original post

5 REPLIES 5

AFAIK it's only secured via HTTP Basic Authentication..

sarthak
Participant V

Yes it is only secured by Basic Authentication. But I have customers asked this before. And I have built a separate proxy (might be separate org as well) for proxying the management APIs. And in that proxy add the authentication/Authorization protocol of choice. So you can add Oauth there and do credential mediation to the basic authentication at the backend.

@sarthak Yes, that works too.

Thanks a ton, guys.

Stumbled across this thread and posting an update. OAuth is supported for the Apigee management API. See http://docs.apigee.com/api-services/content/using-oauth2-security-apigee-edge-management-api.