From 31e5cc9f0de20822f92d2683203d04122c7f8b5d Mon Sep 17 00:00:00 2001
From: NautiyalVikas1 <157499123+NautiyalVikas1@users.noreply.github.com>
Date: Tue, 3 Jun 2025 14:42:24 +0100
Subject: [PATCH] APM-6193-Test
---
.../policies/FlowCalloutSingleASIDApply.xml | 5 +++++
proxies/live/apiproxy/proxies/default.xml | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 proxies/live/apiproxy/policies/FlowCalloutSingleASIDApply.xml
diff --git a/proxies/live/apiproxy/policies/FlowCalloutSingleASIDApply.xml b/proxies/live/apiproxy/policies/FlowCalloutSingleASIDApply.xml
new file mode 100644
index 0000000..61d175a
--- /dev/null
+++ b/proxies/live/apiproxy/policies/FlowCalloutSingleASIDApply.xml
@@ -0,0 +1,5 @@
+
+
+ FlowCallout.SingleASIDApply
+ SingleASIDApply
+
\ No newline at end of file
diff --git a/proxies/live/apiproxy/proxies/default.xml b/proxies/live/apiproxy/proxies/default.xml
index 876f6d9..3cc467f 100644
--- a/proxies/live/apiproxy/proxies/default.xml
+++ b/proxies/live/apiproxy/proxies/default.xml
@@ -122,6 +122,19 @@
(proxy.pathsuffix MatchesPath "/enhanced-verify-api-key") and ((request.verb = "GET") or (request.verb = "HEAD"))
+
+
+
+
+ OauthV2.VerifyAccessToken
+
+
+ FlowCalloutSingleASIDApply
+
+
+
+ (proxy.pathsuffix MatchesPath "/single-asid") and ((request.verb = "GET") or (request.verb = "HEAD"))
+
@@ -156,6 +169,9 @@
(proxy.pathsuffix MatchesPath "/extended-attributes") and ((request.verb = "GET") or (request.verb = "HEAD"))
+
+ (proxy.pathsuffix MatchesPath "/single-asid") and ((request.verb = "GET") or (request.verb = "HEAD"))
+
shared-flow-testing-target