Skip to content

Commit ac34b41

Browse files
committed
Preflow update
1 parent 098e45f commit ac34b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxies/live/apiproxy/targets/ers-target.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@
165165
<!-- Must be placed after Authentication -->
166166
<Step>
167167
<Name>FlowCallout.ExtendedAttributes</Name>
168-
<Condition>(flow.shouldInvokeEUOAllowlist = true)</Condition>
168+
<Condition>(accesstoken.auth_type == "user")</Condition>
169169
</Step>
170170
<Step>
171171
<Name>FlowCallout.EUOAllowlistVerify</Name>
172-
<Condition>(flow.shouldInvokeEUOAllowlist = true)</Condition>
172+
<Condition>(accesstoken.auth_type == "user")</Condition>
173173
</Step>
174174
<Step>
175175
<Name>RaiseFault.MissingAsid</Name>

0 commit comments

Comments
 (0)