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!
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!
After successful execution VerifyAPIKey policy populates several different types of flow variables, including
developer.app.id |
The ID of the developer app making the request. |
|---|---|
developer.app.name |
The app name of the developer app making the request. |
developer.id |
The 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