Get Developer app attributes

While registering developer app we are adding custom attributes like TPP Name, Redirect URL, Scope etc.

1. Please can you let know way to retrieve those attributes based on the registered Client Id .

2. Also is there is way to validate those attributes implicit?

0 1 444
1 REPLY 1

Hi @Krishnaswami Ramasubramanian,

That's straightforward, custom app attributes are available as flow variables after the Verify API Key policy executes. The variable name is: verifyapikey.{VerifyAPIKeyPolicyName}.{AttributeName}

As can be seen in the screenshot, my policy name is "VA-header" and attribute is "custom.privacy".

5875-screen-shot-2017-11-07-at-71023-am.png