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
History of the USB
BYD's five best-selling cars, including one edging out Tesla's Model Y in China
Forozdz
Asist Liberty
Unity Stuck Reload Script Assemblies
Wmu Course Offerings
Wells Fargo Careers Log In
Ub Civil Engineering Flowsheet
Pike County Buy Sale And Trade
Optum Medicare Support
Www Thechristhospital Billpay
Bbc 5Live Schedule
World of White Sturgeon Caviar: Origins, Taste & Culinary Uses
South Bend Tribune Online
Ssefth1203
Used Wood Cook Stoves For Sale Craigslist
Blue Beetle Showtimes Near Regal Swamp Fox
Costco Gas Foster City
24 Hour Walmart Detroit Mi
2020 Military Pay Charts – Officer & Enlisted Pay Scales (3.1% Raise)
Petco Vet Clinic Appointment
Swgoh Blind Characters
Puretalkusa.com/Amac
Optum Urgent Care - Nutley Photos
Craigs List Tallahassee
Reser Funeral Home Obituaries
2487872771
Shoe Station Store Locator
480-467-2273
Cardaras Funeral Homes
Accuradio Unblocked
Nearest Ups Ground Drop Off
Dhs Clio Rd Flint Mi Phone Number
A Plus Nails Stewartville Mn
Basil Martusevich
O'reilly's Wrens Georgia
Pch Sunken Treasures
Baldur's Gate 3 Dislocated Shoulder
Blackstone Launchpad Ucf
Where Do They Sell Menudo Near Me
Hotels Near New Life Plastic Surgery
New Gold Lee
Empire Visionworks The Crossings Clifton Park Photos
Best Restaurant In Glendale Az
Miracle Shoes Ff6
Doordash Promo Code Generator
Carroll White Remc Outage Map
Ds Cuts Saugus
Craigslist/Nashville
303-615-0055
8 4 Study Guide And Intervention Trigonometry
Minecraft Enchantment Calculator - calculattor.com
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.