Setting up API key validation  |  Apigee  |  Google Cloud (2024)

This pageapplies to Apigee and Apigee hybrid.

View Apigee Edge documentation. Setting up API key validation | Apigee | Google Cloud (1)

You can set up API key validation for an API by attaching a policy of type Verify API Key. The only required setting for a VerifyAPIKey policy is the expected location of the API key in the client request. The API proxy will check the location that you specify, and extract the API key. If the API key is not present in the expected location, then an error is thrown and the request is rejected. API keys can be located in a query parameter, a form parameter, or an HTTP header.

For example, the policy configuration below defines the expected key location as a query parameter named apikey. A successful request must present the API key as a query parameter appended to the request, for example,?apikey=Y7yeiuhcbKJHD790.

To verify API keys, create the following policy:

<VerifyAPIKey name="APIKeyValidation"> <APIKey ref="request.queryparam.apikey"/></VerifyAPIKey>

This policy can be attached to any API that you need to protect.

Comprehensive documentation of this policy type can be found in the policy reference topic, VerifyAPIKey policy.

API proxies automatically pass through all HTTP headers and query parameters that are present on the request. Therefore, after the API key has been verified, it's a good idea to strip it from the message so that the API key is not sent over the wire to the backend service. You can do that using a policy of type AssignMessage as follows:

<AssignMessage name="StripApiKey"> <DisplayName>Remove Query Param</DisplayName> <Remove> <QueryParams> <QueryParam name="apikey"/> </QueryParams> </Remove> <IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables> <AssignTo createNew="false" transport="http" type="request"></AssignTo></AssignMessage>

Policy attachment

The policies must be attached to an API proxy Flow as processing Steps. By applying the policy to the request PreFlow, API keys are verified on every request received by the API proxy from a client app. After verification, the API key is stripped from the outbound request.

Attach the policies to the ProxyEndpoint of the API proxy to be protected as follows:

<ProxyEndpoint name="default"> <PreFlow> <Request> <Step><Name>APIKeyValidation</Name></Step> <Step><Name>StripApiKey</Name></Step> </Request> </PreFlow>

After you attach the policy, deploy the API proxy.

Submitting a request with a valid API key

As an admin in your organization, you can retrieve any app's API key as follows:

curl "https://apigee.googleapis.com/v1/organizations/$ORG/developers/$DEVELOPER_EMAIL/apps/$APP \ -H "Authorization: Bearer $TOKEN"

Where $TOKEN is set to your OAuth 2.0 access token, as described inObtaining an OAuth 2.0 access token. For information about the curl options used in this example, seeUsing curl. For a description of the environment variables used,see Setting environment variables for Apigee API requests.

The app profile that is returned for this call provides the consumer key (API key) and secret. The consumer key value is the value you use for the API key in your request to the protected API.

For example, a request that does not include an API key results in an authorization failure.

curl http://apitest.examplepetstore.com/weather/forecastrss?w=12797282

The failure message indicates that the policy checked for an API key but did not find a valid key:

OAuth Failure : Could not resolve the app key with variable request.queryparam.apikey

When the consumer key for the app is included as a query parameter, the expected result is successful authorization:

curl http://apitest.examplepetstore.com/weather/forecastrss?w=12797282&"apikey=PulSCqMnXGchW0pC0s5o9ngHVTWMeLqk"

The expected result is a successful response from the weather service.

Modifying the value of the API key value in the request results in an authorization failure:

curl http://apitest.examplepetstore.com/weather?forecastrss?w=12797282&"apikey=PulSCqMnXGchW0"

Results in:

OAuth Failure : Consumer Key is Invalid
Setting up API key validation  |  Apigee  |  Google Cloud (2024)
Top Articles
The 10 Best Cryptocurrency to Mine in 2023 | Most Profitable
Mining vs Trading: Which is a better way to earn crypto? | StormGain
Spectrum Gdvr-2007
Oldgamesshelf
Jordanbush Only Fans
Tlc Africa Deaths 2021
Is pickleball Betts' next conquest? 'That's my jam'
Phone Number For Walmart Automotive Department
Crocodile Tears - Quest
Melfme
Routing Number 041203824
Directions To Lubbock
Over70Dating Login
Ncaaf Reference
Becky Hudson Free
Azeroth Pilot Reloaded - Addons - World of Warcraft
Craigslist Jobs Phoenix
Ladyva Is She Married
Best Food Near Detroit Airport
NBA 2k23 MyTEAM guide: Every Trophy Case Agenda for all 30 teams
Is Windbound Multiplayer
Joan M. Wallace - Baker Swan Funeral Home
All Breed Database
683 Job Calls
1 Filmy4Wap In
Getmnapp
Craigslist Lake Charles
6892697335
UCLA Study Abroad | International Education Office
Unity Webgl Car Tag
Speechwire Login
Pokemon Inflamed Red Cheats
Ups Drop Off Newton Ks
Experity Installer
Kempsville Recreation Center Pool Schedule
Lincoln Financial Field, section 110, row 4, home of Philadelphia Eagles, Temple Owls, page 1
Fbsm Greenville Sc
Tmj4 Weather Milwaukee
LEGO Star Wars: Rebuild the Galaxy Review - Latest Animated Special Brings Loads of Fun With An Emotional Twist
Envy Nails Snoqualmie
The Ride | Rotten Tomatoes
Merge Dragons Totem Grid
The Syracuse Journal-Democrat from Syracuse, Nebraska
Muziq Najm
Craigslist Pa Altoona
Hazel Moore Boobpedia
Content Page
Automatic Vehicle Accident Detection and Messageing System – IJERT
Bluebird Valuation Appraiser Login
Hampton Inn Corbin Ky Bed Bugs
Philasd Zimbra
Latest Posts
Article information

Author: Msgr. Refugio Daniel

Last Updated:

Views: 5611

Rating: 4.3 / 5 (54 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Msgr. Refugio Daniel

Birthday: 1999-09-15

Address: 8416 Beatty Center, Derekfort, VA 72092-0500

Phone: +6838967160603

Job: Mining Executive

Hobby: Woodworking, Knitting, Fishing, Coffee roasting, Kayaking, Horseback riding, Kite flying

Introduction: My name is Msgr. Refugio Daniel, I am a fine, precious, encouraging, calm, glamorous, vivacious, friendly person who loves writing and wants to share my knowledge and understanding with you.