File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
proxies/live/apiproxy/targets Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 163163 <Name >OauthV2.VerifyAccessToken</Name >
164164 </Step >
165165 <!-- Must be placed after Authentication -->
166+ <Step >
167+ <Name >FlowCallout.EUOAllowlistRequired</Name >
168+ <Condition >(accesstoken.auth_type == "user")</Condition >
169+ </Step >
166170 <Step >
167171 <Name >FlowCallout.ExtendedAttributes</Name >
168172 <Condition >(accesstoken.auth_type == "user")</Condition >
207211 <Flows >
208212 <Flow name =" user-restricted-flow" >
209213 <Condition >(accesstoken.auth_type == "user")</Condition >
210- <Response />
211214 <Request ><Step >
212215 <Name >FlowCallout.ExtendedAttributes</Name >
213216 </Step > <!-- AUTHORISED_APPLICATION business function is not supported in user restricted flow --> <Step >
214217 <Name >RaiseFault.403Forbidden</Name >
215218 <Condition >(request.header.nhsd-ers-business-function == "AUTHORISED_APPLICATION")</Condition >
216- </Step ><Step >
217- </Step > <Step >
219+ </Step ><Step >
218220 <Name >AssignMessage.Set.x-ers-access-mode-header-user-restricted</Name >
219221 </Step > <Step >
220222 <Name >AssignMessage.Set.x-ers-user-id-header-user-restricted</Name >
You can’t perform that action at this time.
0 commit comments