While registering developer app we are adding custom attributes like TPP Name, Redirect URL, Scope etc.
-
Please can you let know way to retrieve those attributes based on the registered Client Id .
-
Also is there is way to validate those attributes implicit?
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”.
1 Like