Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to provide security for API's in Apigee without using OAuth.

Not applicable

We are trying to provide security for API's without using OAuth. We want it by using User credentials(Username and Password).

Solved Solved
5 12 1,262
1 ACCEPTED SOLUTION

@Radhika Sharma

Are you passing the "Authorization" header in your request?

This policy decodes the username and password from the Authorization HTTP header, as specified by the <Source> element. You need to pass the Base64 encoded string in the form Basic Base64EncodedString. See the attached image -

610-postman-img.png

View solution in original post

12 REPLIES 12