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