How to send client data to resource server with ApiKey verification

Not applicable

Hi, i want to send the client id, client name o whatever variable identifies the client. How can i do that? There's another post who says how to do it with OAUTH authentication, but i want to do it with apikey verification.

Thanks!

0 1 146
1 REPLY 1

After successful execution VerifyAPIKey policy populates several different types of flow variables, including

developer.app.idThe ID of the developer app making the request.
developer.app.nameThe app name of the developer app making the request.
developer.idThe ID of the developer registered as the owner of the requesting app.
developer.{custom_attrib_name}Any custom attributes derived from the app key profile.

complete list of variables is available here